forked from OSchip/llvm-project
[libc++] Only support std::to_chars availability test when back-deploying
This commit is contained in:
parent
46c3876188
commit
bcf14f375e
|
@ -7,11 +7,9 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
// REQUIRES: with_system_cxx_lib=macosx
|
||||
// REQUIRES: availability=macosx10.7 || availability=macosx10.8 || availability=macosx10.9 || availability=macosx10.10 || availability=macosx10.11 || availability=macosx10.12 || availability=macosx10.13 || availability=macosx10.14
|
||||
|
||||
// TODO(ldionne): This test is currently broken when testing libc++ trunk on one of the above macOS's
|
||||
// UNSUPPORTED: macosx
|
||||
|
||||
// Test the availability markup on std::to_chars.
|
||||
|
||||
#include <charconv>
|
||||
|
|
Loading…
Reference in New Issue