aboutsummaryrefslogtreecommitdiff
path: root/tests/process-term/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/process-term/driver.cxx')
-rw-r--r--tests/process-term/driver.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/process-term/driver.cxx b/tests/process-term/driver.cxx
index 835272f..90afc96 100644
--- a/tests/process-term/driver.cxx
+++ b/tests/process-term/driver.cxx
@@ -10,8 +10,6 @@
# include <libbutl/win32-utility.hxx>
#endif
-#include <cassert>
-
#ifndef __cpp_lib_modules_ts
#include <string>
#include <cerrno> // ERANGE
@@ -41,6 +39,9 @@ import butl.fdstream;
#include <libbutl/fdstream.mxx>
#endif
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
using namespace butl;