aboutsummaryrefslogtreecommitdiff
path: root/tests/sha256/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sha256/driver.cxx')
-rw-r--r--tests/sha256/driver.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/sha256/driver.cxx b/tests/sha256/driver.cxx
index 2946755..3d2f69e 100644
--- a/tests/sha256/driver.cxx
+++ b/tests/sha256/driver.cxx
@@ -1,8 +1,6 @@
// file : tests/sha256/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;