diff options
Diffstat (limited to 'libcxxabi/test/catch_member_function_pointer_01.pass.cpp')
| -rw-r--r-- | libcxxabi/test/catch_member_function_pointer_01.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/test/catch_member_function_pointer_01.pass.cpp b/libcxxabi/test/catch_member_function_pointer_01.pass.cpp index 9b817304c0c..b7bdcb64ad7 100644 --- a/libcxxabi/test/catch_member_function_pointer_01.pass.cpp +++ b/libcxxabi/test/catch_member_function_pointer_01.pass.cpp @@ -10,6 +10,7 @@ // GCC incorrectly allows PMF type "void (T::*)()" to be caught as "void (T::*)() const" // See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69375 // XFAIL: gcc +// UNSUPPORTED: libcxxabi-no-exceptions #include <cassert> struct A |

