Skip to content

Commit cf5df19

Browse files
committed
disable libcxx test for apple-clang-17
1 parent faafd64 commit cf5df19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/atomics/builtin_clear_padding.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// UNSUPPORTED: c++03
99
// UNSUPPORTED: gcc
10-
// UNSUPPORTED: clang-19, clang-20, clang-21, clang-22
10+
// UNSUPPORTED: clang-19, clang-20, clang-21, clang-22, apple-clang-17
1111

1212
// ADDITIONAL_COMPILE_FLAGS: -Wno-deprecated-volatile -Wno-dynamic-class-memaccess
1313

0 commit comments

Comments
 (0)