Skip to content

Commit 7454e1f

Browse files
committed
[libc++] Fix a debug-hardening test that requires C++17
We only support <filesystem> starting with C++17.
1 parent df09879 commit 7454e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/assert.iterator.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// REQUIRES: has-unix-headers
10-
// UNSUPPORTED: c++03
10+
// UNSUPPORTED: c++03, c++11, c++14
1111
// UNSUPPORTED: !libcpp-hardening-mode=debug
1212
// XFAIL: libcpp-hardening-mode=debug && availability-verbose_abort-missing
1313

0 commit comments

Comments
 (0)