aboutsummaryrefslogtreecommitdiff
path: root/old-tests/parser/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'old-tests/parser/driver.cxx')
-rw-r--r--old-tests/parser/driver.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/old-tests/parser/driver.cxx b/old-tests/parser/driver.cxx
index a5b6820..6fb5aee 100644
--- a/old-tests/parser/driver.cxx
+++ b/old-tests/parser/driver.cxx
@@ -1,7 +1,6 @@
// file : tests/build/parser/driver.cxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
-#include <cassert>
#include <sstream>
#include <iostream>
@@ -14,6 +13,9 @@
#include <build/lexer>
#include <build/parser>
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
using namespace build;