Skip to content

Commit 1999c6f

Browse files
committed
Replace a couple stray mentions of unchecked
1 parent 40bd688 commit 1999c6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/test/libcxx/containers/views/views.span/debug.iterator-indexing.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Make sure that std::span's iterators check for OOB accesses when the debug mode is enabled.
1111

1212
// REQUIRES: has-unix-headers, libcpp-has-abi-bounded-iterators
13-
// UNSUPPORTED: libcpp-hardening-mode=unchecked
13+
// UNSUPPORTED: libcpp-hardening-mode=none
1414

1515
#include <span>
1616

libcxx/test/libcxx/strings/string.view/string.view.iterators/debug.iterator-indexing.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Make sure that std::string_view's iterators check for OOB accesses when the debug mode is enabled.
1010

1111
// REQUIRES: has-unix-headers, libcpp-has-abi-bounded-iterators
12-
// UNSUPPORTED: libcpp-hardening-mode=unchecked
12+
// UNSUPPORTED: libcpp-hardening-mode=none
1313

1414
#include <string_view>
1515

0 commit comments

Comments
 (0)