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