aboutsummaryrefslogtreecommitdiff
path: root/tests/compiler/traversal/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compiler/traversal/driver.cxx')
-rw-r--r--tests/compiler/traversal/driver.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx
index 8ed8577..f8b0c84 100644
--- a/tests/compiler/traversal/driver.cxx
+++ b/tests/compiler/traversal/driver.cxx
@@ -1,14 +1,16 @@
// file : tests/compiler/traversal/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <vector>
#include <iostream>
-#include <cutl/shared-ptr.hxx>
+#include <libcutl/shared-ptr.hxx>
-#include <cutl/compiler/type-info.hxx>
-#include <cutl/compiler/traversal.hxx>
+#include <libcutl/compiler/type-info.hxx>
+#include <libcutl/compiler/traversal.hxx>
+
+#undef NDEBUG
+#include <cassert>
using namespace std;
using namespace cutl;