forked from OSchip/llvm-project
[libc++] Add missing UNSUPPORTED for the has-no-incomplete-ranges test
This wasn't caught because we don't test the combination of no-filesystem and no-experimental-features in the CI.
This commit is contained in:
parent
a61d07ac94
commit
7dad5f84f1
|
@ -7,6 +7,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// UNSUPPORTED: libcpp-has-no-filesystem-library
|
||||
// REQUIRES: libcpp-has-no-incomplete-ranges
|
||||
|
||||
// Test that _LIBCPP_HAS_NO_INCOMPLETE_RANGES disables the std::ranges namespace.
|
||||
|
|
Loading…
Reference in New Issue