aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/test/uncaught_exception.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxxabi/test/uncaught_exception.pass.cpp')
-rw-r--r--libcxxabi/test/uncaught_exception.pass.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxxabi/test/uncaught_exception.pass.cpp b/libcxxabi/test/uncaught_exception.pass.cpp
index e977320..cace88a 100644
--- a/libcxxabi/test/uncaught_exception.pass.cpp
+++ b/libcxxabi/test/uncaught_exception.pass.cpp
@@ -15,8 +15,7 @@
// to undefined symbols when linking against a libc++ that re-exports the symbols,
// but running against a libc++ that doesn't. Fortunately, usage of __cxa_uncaught_exception()
// in the wild seems to be close to non-existent.
-// TODO: Remove && !darwin once availability markup for LLVM 19 on macOS has been added
-// XFAIL: using-built-library-before-llvm-19 && !darwin
+// XFAIL: using-built-library-before-llvm-19
#include <cxxabi.h>
#include <cassert>