aboutsummaryrefslogtreecommitdiff
path: root/tests/mventry/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mventry/driver.cxx')
-rw-r--r--tests/mventry/driver.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/mventry/driver.cxx b/tests/mventry/driver.cxx
index cb1c348..dc2e2f7 100644
--- a/tests/mventry/driver.cxx
+++ b/tests/mventry/driver.cxx
@@ -1,8 +1,6 @@
// file : tests/mventry/driver.cxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
-#include <cassert>
-
#ifndef __cpp_lib_modules_ts
#include <iostream>
#include <system_error>
@@ -24,6 +22,9 @@ import butl.filesystem;
#include <libbutl/filesystem.mxx>
#endif
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
using namespace butl;