Skip to content

Commit c0f17a5

Browse files
committed
[libcxxabi] Use 'target=' consistently
1 parent 016785d commit c0f17a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxxabi/test/catch_function_03.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// UNSUPPORTED: no-exceptions
1212

1313
// Support for catching a function pointer including noexcept was shipped in macOS 10.13
14-
// XFAIL: use_system_cxx_lib && {{.+}}-apple-macosx10.{{9|10|11|12}}
14+
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12}}
1515

1616
#include <cassert>
1717

libcxxabi/test/catch_member_function_pointer_02.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// UNSUPPORTED: no-exceptions
1212

1313
// Support for catching a function pointer including noexcept was shipped in macOS 10.13
14-
// XFAIL: use_system_cxx_lib && {{.+}}-apple-macosx10.{{9|10|11|12}}
14+
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12}}
1515

1616
// GCC supports noexcept function types but this test still fails.
1717
// This is likely a bug in their implementation. Investigation needed.

0 commit comments

Comments
 (0)