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