aboutsummaryrefslogtreecommitdiff
path: root/test/libcxx/debug/debug_throw_register.pass.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-08 17:13:34 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-08 17:13:34 +0000
commit733153a0fb52facba02c550ec849f0c734dfa412 (patch)
tree8f249e8b8f6a7803a81bb0fed33213b9249b7ac1 /test/libcxx/debug/debug_throw_register.pass.cpp
parent2fa809d9eabddd820af54059faa8362dd50b51de (diff)
Vendor import of libc++ trunk r302418:vendor/libc++/libc++-trunk-r302418
Notes
svn path=/vendor/libc++/dist/; revision=317955 svn path=/vendor/libc++/libc++-trunk-r302418/; revision=317956; tag=vendor/libc++/libc++-trunk-r302418
Diffstat (limited to 'test/libcxx/debug/debug_throw_register.pass.cpp')
-rw-r--r--test/libcxx/debug/debug_throw_register.pass.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/libcxx/debug/debug_throw_register.pass.cpp b/test/libcxx/debug/debug_throw_register.pass.cpp
index ec4be700e190..0d2586bf3461 100644
--- a/test/libcxx/debug/debug_throw_register.pass.cpp
+++ b/test/libcxx/debug/debug_throw_register.pass.cpp
@@ -12,6 +12,9 @@
// MODULES_DEFINES: _LIBCPP_DEBUG=1
// MODULES_DEFINES: _LIBCPP_DEBUG_USE_EXCEPTIONS
+// Can't test the system lib because this test enables debug mode
+// UNSUPPORTED: with_system_cxx_lib
+
// Test that defining _LIBCPP_DEBUG_USE_EXCEPTIONS causes _LIBCPP_ASSERT
// to throw on failure.