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