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