[libc++] Mark -fexperimental-library test as unsupported on another AppleClang

This commit is contained in:
Louis Dionne 2022-08-03 12:23:53 -04:00
parent a7bca18bc5
commit 144cea2ce9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: clang-13, clang-14
// AppleClang does not support the -fexperimental-library flag yet
// UNSUPPORTED: apple-clang-13
// UNSUPPORTED: apple-clang-13, apple-clang-14.0
// Clang on AIX currently pretends that it is Clang 15, even though it is not (as of writing
// this, LLVM 15 hasn't even been branched yet).