Skip to content

Commit

Permalink
[libc++] Add missing UNSUPPORTED for the has-no-incomplete-ranges test
Browse files Browse the repository at this point in the history
This wasn't caught because we don't test the combination of no-filesystem
and no-experimental-features in the CI.
  • Loading branch information
ldionne committed Feb 15, 2022
1 parent a61d07a commit 7dad5f8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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.
Expand Down

0 comments on commit 7dad5f8

Please sign in to comment.