diff options
Diffstat (limited to 'test/libcxx/debug/debug_abort.pass.cpp')
-rw-r--r-- | test/libcxx/debug/debug_abort.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/libcxx/debug/debug_abort.pass.cpp b/test/libcxx/debug/debug_abort.pass.cpp index cfe63202705d8..b6e7b0bd805b6 100644 --- a/test/libcxx/debug/debug_abort.pass.cpp +++ b/test/libcxx/debug/debug_abort.pass.cpp @@ -7,6 +7,9 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// + +// MODULES_DEFINES: _LIBCPP_DEBUG=0 + // Test that the default debug handler aborts the program. #define _LIBCPP_DEBUG 0 |