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