Skip to content

Commit 87b218b

Browse files
committed
[libc++] Mark test as unsupported with apple-clang
This is to avoid spurious test failures in case apple-clang-14 doesn't support _BitInt.
1 parent 0e628a7 commit 87b218b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/atomics/bit-int.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// disable them for now until their behavior can be designed better later.
1313
// See https://reviews.llvm.org/D84049 for details.
1414

15-
// UNSUPPORTED: apple-clang-12, apple-clang-13
15+
// UNSUPPORTED: apple-clang-12, apple-clang-13, apple-clang-14
1616
// UNSUPPORTED: clang-12, clang-13
1717

1818
// UNSUPPORTED: c++03

0 commit comments

Comments
 (0)