summaryrefslogtreecommitdiff
path: root/test/catch_member_function_pointer_01.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/catch_member_function_pointer_01.pass.cpp')
-rw-r--r--test/catch_member_function_pointer_01.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/catch_member_function_pointer_01.pass.cpp b/test/catch_member_function_pointer_01.pass.cpp
index 9b81730..b7bdcb6 100644
--- a/test/catch_member_function_pointer_01.pass.cpp
+++ b/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