[libcxx-commits] [libcxx] 7dad5f8 - [libc++] Add missing UNSUPPORTED for the has-no-incomplete-ranges test
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 15 12:11:20 PST 2022
Author: Louis Dionne
Date: 2022-02-15T15:10:29-05:00
New Revision: 7dad5f84f1b8a7aafd5a27ce2889bd72a1e54002
URL: https://github.com/llvm/llvm-project/commit/7dad5f84f1b8a7aafd5a27ce2889bd72a1e54002
DIFF: https://github.com/llvm/llvm-project/commit/7dad5f84f1b8a7aafd5a27ce2889bd72a1e54002.diff
LOG: [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.
Added:
Modified:
libcxx/test/libcxx/ranges/has-no-incomplete-ranges.compile.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/ranges/has-no-incomplete-ranges.compile.pass.cpp b/libcxx/test/libcxx/ranges/has-no-incomplete-ranges.compile.pass.cpp
index a131f87ae1e4..0d151073ca48 100644
--- a/libcxx/test/libcxx/ranges/has-no-incomplete-ranges.compile.pass.cpp
+++ b/libcxx/test/libcxx/ranges/has-no-incomplete-ranges.compile.pass.cpp
@@ -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.
More information about the libcxx-commits
mailing list