Skip to content

Commit 17e0d67

Browse files
committed
[libc++] Fix name of is_always_lock_free test which was never being run
1 parent eb16ace commit 17e0d67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.cpp renamed to libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.pass.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
//
1616
// static constexpr bool is_always_lock_free;
1717

18+
// Ignore diagnostic about vector types changing the ABI on some targets, since
19+
// that is irrelevant for this test.
20+
// ADDITIONAL_COMPILE_FLAGS: -Wno-psabi
21+
1822
#include <atomic>
1923
#include <cassert>
2024
#include <concepts>

0 commit comments

Comments
 (0)