Skip to content

Commit 7ca8220

Browse files
Update libcxx/test/libcxx/ranges/range.adaptors/range.concat/iterator.valueless_by_exception.pass.cpp
Co-authored-by: A. Jiang <[email protected]>
1 parent 26f0922 commit 7ca8220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/test/libcxx/ranges/range.adaptors/range.concat/iterator.valueless_by_exception.pass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
// REQUIRES: has-unix-headers
1010
// REQUIRES: std-at-least-c++26
11-
// UNSUPPORTED: no-exceptions
11+
// UNSUPPORTED: no-exceptions, libcpp-hardening-mode=none
12+
// XFAIL: libcpp-hardening-mode=debug && availability-verbose_abort-missing
1213

1314
#include <iostream>
1415
#include <ranges>

0 commit comments

Comments
 (0)