summaryrefslogtreecommitdiff
path: root/cli/cli/lexer.test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli/lexer.test.cxx')
-rw-r--r--cli/cli/lexer.test.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/cli/lexer.test.cxx b/cli/cli/lexer.test.cxx
index 0eb4dcb..a5cc2f3 100644
--- a/cli/cli/lexer.test.cxx
+++ b/cli/cli/lexer.test.cxx
@@ -8,6 +8,9 @@
#include <cli/token.hxx>
#include <cli/lexer.hxx>
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
const char* keywords[] =