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