aboutsummaryrefslogtreecommitdiffstats
path: root/test_lexer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test_lexer.sh')
-rwxr-xr-xtest_lexer.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_lexer.sh b/test_lexer.sh
index 6093816..b103764 100755
--- a/test_lexer.sh
+++ b/test_lexer.sh
@@ -16,5 +16,5 @@ echo "========================================="
echo " Testing lexer"
cpp test/test_lex.c test/pre_processed_test_lex.c
-#cat test/pre_processed_test_lex.c | ./bin/c_lexer | tee test/output.json
-cat test/test_lex.c | ./bin/c_lexer | tee test/output.json
+cat test/pre_processed_test_lex.c | ./bin/c_lexer | tee test/output.json
+#cat test/test_lex.c | ./bin/c_lexer | tee test/output.json