forked from OSchip/llvm-project
[libc++] Mark test as unsupported with apple-clang
This is to avoid spurious test failures in case apple-clang-14 doesn't support _BitInt.
This commit is contained in:
parent
0e628a783b
commit
87b218b42b
|
@ -12,7 +12,7 @@
|
|||
// disable them for now until their behavior can be designed better later.
|
||||
// See https://reviews.llvm.org/D84049 for details.
|
||||
|
||||
// UNSUPPORTED: apple-clang-12, apple-clang-13
|
||||
// UNSUPPORTED: apple-clang-12, apple-clang-13, apple-clang-14
|
||||
// UNSUPPORTED: clang-12, clang-13
|
||||
|
||||
// UNSUPPORTED: c++03
|
||||
|
|
Loading…
Reference in New Issue