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