diff options
| author | Mark de Wever <koraq@xs4all.nl> | 2025-04-11 18:41:50 +0200 |
|---|---|---|
| committer | Mark de Wever <koraq@xs4all.nl> | 2025-04-11 20:02:49 +0200 |
| commit | e15025dd50ce2f3db6c8f3f414f95a7b58ef8501 (patch) | |
| tree | b0c30144443ef8bac43452a8f17333a1efdba3d9 /libcxxabi | |
| parent | e911f90a4035ee6a70d9b608ef35c6870aa86fdb (diff) | |
[libc++] Another Apple CI quick-fix.
Like #135202 this fixes another issue after the XCode update.
Diffstat (limited to 'libcxxabi')
| -rw-r--r-- | libcxxabi/test/uncaught_exception.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxxabi/test/uncaught_exception.pass.cpp b/libcxxabi/test/uncaught_exception.pass.cpp index cace88a309d0..8e8468c43240 100644 --- a/libcxxabi/test/uncaught_exception.pass.cpp +++ b/libcxxabi/test/uncaught_exception.pass.cpp @@ -6,6 +6,9 @@ // //===----------------------------------------------------------------------===// +// TODO(mordante) Investigate +// UNSUPPORTED: apple-clang + // UNSUPPORTED: no-exceptions // This tests that libc++abi still provides __cxa_uncaught_exception() for |
