[libc++] Fix the build for AppleClang.
authorMark de Wever <koraq@xs4all.nl>
Sat, 20 Feb 2021 12:52:40 +0000 (13:52 +0100)
committerMark de Wever <koraq@xs4all.nl>
Sat, 20 Feb 2021 12:54:46 +0000 (13:54 +0100)
Forgot to add some parts of D93593, this should disable the tests on
Apple. Seems Louis was right ;-)

libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/check_arg_id.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/next_arg_id.pass.cpp

index 734dc41..a246876 100644 (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.
index 77197ad..7caa727 100644 (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.