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.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx
index ca1f2b6..75276d5 100644
--- a/tests/fs/path/driver.cxx
+++ b/tests/fs/path/driver.cxx
@@ -1,11 +1,13 @@
// file : tests/fs/path/driver.cxx
// license : MIT; see accompanying LICENSE file
-#include <cassert>
#include <iostream>
#include <libcutl/fs/path.hxx>
+#undef NDEBUG
+#include <cassert>
+
using std::cerr;
using std::endl;