Skip to content

Commit 20bcce5

Browse files
committed
Fix test case file names
1 parent 510786c commit 20bcce5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
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 std-at-least-c++11
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 renamed to libcxx/test/std/language.support/support.exception/propagation/exception_ptr_move_ctr.pass.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 std-at-least-c++11
9+
// UNSUPPORTED: no-exceptions, std-at-least-c++11
1010

1111
// <exception>
1212

0 commit comments

Comments
 (0)