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.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/re/driver.cxx b/tests/re/driver.cxx
index 337b4a8..f82c750 100644
--- a/tests/re/driver.cxx
+++ b/tests/re/driver.cxx
@@ -1,12 +1,13 @@
// file : tests/re/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// 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;