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