aboutsummaryrefslogtreecommitdiff
path: root/test/libcxx/debug/debug_throw.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/libcxx/debug/debug_throw.pass.cpp')
-rw-r--r--test/libcxx/debug/debug_throw.pass.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/libcxx/debug/debug_throw.pass.cpp b/test/libcxx/debug/debug_throw.pass.cpp
index bc5625c60093..716750c7859a 100644
--- a/test/libcxx/debug/debug_throw.pass.cpp
+++ b/test/libcxx/debug/debug_throw.pass.cpp
@@ -7,7 +7,9 @@
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
+
// UNSUPPORTED: libcpp-no-exceptions
+// MODULES_DEFINES: _LIBCPP_DEBUG=0
// Test that the default debug handler can be overridden and test the
// throwing debug handler.