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