aboutsummaryrefslogtreecommitdiff
path: root/tests/fs/path/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fs/path/driver.cxx')
-rw-r--r--tests/fs/path/driver.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx
index f8d2360..75276d5 100644
--- a/tests/fs/path/driver.cxx
+++ b/tests/fs/path/driver.cxx
@@ -1,11 +1,12 @@
// file : tests/fs/path/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
-#include <cassert>
#include <iostream>
-#include <cutl/fs/path.hxx>
+#include <libcutl/fs/path.hxx>
+
+#undef NDEBUG
+#include <cassert>
using std::cerr;
using std::endl;