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