aboutsummaryrefslogtreecommitdiff
path: root/tests/re/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/re/driver.cxx')
-rw-r--r--tests/re/driver.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/re/driver.cxx b/tests/re/driver.cxx
index a88638f..f82c750 100644
--- a/tests/re/driver.cxx
+++ b/tests/re/driver.cxx
@@ -2,10 +2,12 @@
// license : MIT; see accompanying LICENSE file
#include <string>
-#include <cassert>
#include <iostream>
-#include <cutl/re.hxx>
+#include <libcutl/re.hxx>
+
+#undef NDEBUG
+#include <cassert>
using namespace cutl::re;