Skip to content

Commit 70deaec

Browse files
committed
Fix incorrect XFAIL
1 parent 237bd1d commit 70deaec

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
@@ -15,7 +15,7 @@
1515
// to undefined symbols when linking against a libc++ that re-exports the symbols,
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.
18-
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}}
18+
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14|15}}
1919
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx{{11|12|13|14}}
2020

2121
#include <cxxabi.h>

0 commit comments

Comments
 (0)