diff options
Diffstat (limited to 'libcxxabi/test/catch_pointer_reference.pass.cpp')
-rw-r--r-- | libcxxabi/test/catch_pointer_reference.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxxabi/test/catch_pointer_reference.pass.cpp b/libcxxabi/test/catch_pointer_reference.pass.cpp index 88d2140b759..b1b75354a78 100644 --- a/libcxxabi/test/catch_pointer_reference.pass.cpp +++ b/libcxxabi/test/catch_pointer_reference.pass.cpp @@ -25,6 +25,8 @@ // //===----------------------------------------------------------------------===// +// UNSUPPORTED: libcxxabi-no-exceptions + #include <exception> #include <stdlib.h> #include <assert.h> |