Skip to content

Commit 4cbad83

Browse files
committed
Try to fix deployment target regex
1 parent f96fa23 commit 4cbad83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxxabi/test/uncaught_exception.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// but running against a libc++ that doesn't. Fortunately, usage of __cxa_uncaught_exception()
1717
// in the wild seems to be close to non-existent.
1818
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14|15}}
19-
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx{{11|12|13|14}}
19+
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx{{(11|12|13|14)([.][0-9]+)?}}
2020

2121
#include <cxxabi.h>
2222
#include <cassert>

0 commit comments

Comments
 (0)