Skip to content

Commit 0728b67

Browse files
committed
[libc++] Mark two tests as unsupported in C++03
This was dropped when I split the tests into individual source files to make sure they would actually run (in 2908eb2).
1 parent 93f6c6b commit 0728b67

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libcxx/test/libcxx/containers/unord/unord.multimap/db_local_iterators_10.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Dereference non-dereferenceable iterator.
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
14+
// UNSUPPORTED: c++03
1415

1516
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1617
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))

libcxx/test/libcxx/containers/unord/unord.multimap/db_local_iterators_9.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Increment local_iterator past end.
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
14+
// UNSUPPORTED: c++03
1415

1516
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1617
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))

0 commit comments

Comments
 (0)