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