diff options
Diffstat (limited to 'tests/builtin/driver.cxx')
-rw-r--r-- | tests/builtin/driver.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/builtin/driver.cxx b/tests/builtin/driver.cxx index bab74aa..7a32d8e 100644 --- a/tests/builtin/driver.cxx +++ b/tests/builtin/driver.cxx @@ -5,8 +5,6 @@ # include <libbutl/win32-utility.hxx> #endif -#include <cassert> - #ifndef __cpp_lib_modules_ts #include <string> #include <vector> @@ -40,6 +38,9 @@ import butl.timestamp; // to_stream(duration) #include <libbutl/timestamp.mxx> #endif +#undef NDEBUG +#include <cassert> + using namespace std; using namespace butl; |