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