Skip to content

Commit ee4694c

Browse files
committed
Disable tests for C++03
1 parent fb3c655 commit ee4694c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/test/std/language.support/support.exception/propagation/exception_ptr_move_assignment.cpp

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

9-
// UNSUPPORTED: no-exceptions
9+
// UNSUPPORTED: no-exceptions std-at-least-c++11
1010

1111
// <exception>
1212

libcxx/test/std/language.support/support.exception/propagation/exception_ptr_move_ctr.cpp

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

9-
// UNSUPPORTED: no-exceptions
9+
// UNSUPPORTED: no-exceptions std-at-least-c++11
1010

1111
// <exception>
1212

0 commit comments

Comments
 (0)