Skip to content

Commit 44a5824

Browse files
committed
Move c++03 onto the same line as the other dialects
For Android, when/if we test C++03, we will verify that stdatomic.h and atomic can be included simultaneously.
1 parent 1e0457b commit 44a5824

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libcxx/test/libcxx/atomics/atomics.syn/compatible_with_stdatomic.compile.pass.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
// UNSUPPORTED: no-threads
1010

1111
// On Android, libc++'s <stdatomic.h> header always redirects to <atomic>, even before C++23.
12-
// UNSUPPORTED: c++03
13-
// UNSUPPORTED: (c++11 || c++14 || c++17 || c++20) && !android
12+
// UNSUPPORTED: (c++03 || c++11 || c++14 || c++17 || c++20) && !android
1413

1514
// This test verifies that <stdatomic.h> redirects to <atomic>.
1615

0 commit comments

Comments
 (0)