Skip to content

Commit e647f47

Browse files
committed
Move test to proper location
1 parent 985f7a6 commit e647f47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/test/libcxx/utilities/function.objects/exceptions.pass.mm renamed to libcxx/test/std/language.support/support.exception/propagation/make_exception_ptr.objc.pass.mm

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

99
// This test ensures that we can catch an Objective-C++ exception by type when
10-
// throwing via `std::rethrow_exception`. See http://llvm.org/PR135089.
10+
// throwing an exception created via `std::make_exception_ptr`.
11+
// See http://llvm.org/PR135089.
1112

1213
// UNSUPPORTED: c++03
1314

0 commit comments

Comments
 (0)