diff options
Diffstat (limited to 'tests/prefix-map/driver.cxx')
-rw-r--r-- | tests/prefix-map/driver.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/prefix-map/driver.cxx b/tests/prefix-map/driver.cxx index e0da9ea..0628abf 100644 --- a/tests/prefix-map/driver.cxx +++ b/tests/prefix-map/driver.cxx @@ -1,8 +1,6 @@ // file : tests/prefix-map/driver.cxx -*- C++ -*- // license : MIT; see accompanying LICENSE file -#include <cassert> - #ifndef __cpp_lib_modules_ts #include <string> #include <iostream> @@ -20,6 +18,9 @@ import butl.prefix_map; #include <libbutl/prefix-map.mxx> #endif +#undef NDEBUG +#include <cassert> + using namespace std; using namespace butl; |