aboutsummaryrefslogtreecommitdiff
path: root/tests/entry-time/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/entry-time/driver.cxx')
-rw-r--r--tests/entry-time/driver.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/entry-time/driver.cxx b/tests/entry-time/driver.cxx
index 1e64b0d..0da7fe9 100644
--- a/tests/entry-time/driver.cxx
+++ b/tests/entry-time/driver.cxx
@@ -1,8 +1,6 @@
// file : tests/entry-time/driver.cxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
-#include <cassert>
-
#ifndef __cpp_lib_modules_ts
#include <string>
#include <chrono>
@@ -27,6 +25,9 @@ import butl.optional; // @@ MOD Clang should not be necessary.
#include <libbutl/filesystem.mxx>
#endif
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
using namespace butl;