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