aboutsummaryrefslogtreecommitdiff
path: root/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/libcxx/debug/containers/db_associative_container_tests.pass.cpp')
-rw-r--r--test/libcxx/debug/containers/db_associative_container_tests.pass.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp b/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp
index c2c2d9221cf1..91cdf85b1586 100644
--- a/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp
+++ b/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp
@@ -9,11 +9,14 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-exceptions, libcpp-no-if-constexpr
+// MODULES_DEFINES: _LIBCPP_DEBUG=1
+// MODULES_DEFINES: _LIBCPP_DEBUG_USE_EXCEPTIONS
// test container debugging
#define _LIBCPP_DEBUG 1
#define _LIBCPP_DEBUG_USE_EXCEPTIONS
+
#include <map>
#include <set>
#include <utility>