[libc++] Fix the build for AppleClang.

Forgot to add some parts of D93593, this should disable the tests on
Apple. Seems Louis was right ;-)
This commit is contained in:
Mark de Wever 2021-02-20 13:52:40 +01:00
parent 55b75d8363
commit 84dbcdd5ff
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: libcpp-no-concepts
// UNSUPPORTED: no-exceptions
// This test requires the dylib support introduced in D92214.

View File

@ -6,6 +6,7 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: libcpp-no-concepts
// UNSUPPORTED: no-exceptions
// This test requires the dylib support introduced in D92214.