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