aboutsummaryrefslogtreecommitdiffstats
path: root/test_parser.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-16 22:52:40 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-16 22:52:40 +0000
commit392805699c8d411400901b8e3d7298f0f9198bb5 (patch)
tree2d724780d9e787d7e17211ce6181d395aae1fcaf /test_parser.sh
parent24d1547515ddeb03c6fcf7ae0162b0c397180a40 (diff)
downloadCompiler-392805699c8d411400901b8e3d7298f0f9198bb5.tar.gz
Compiler-392805699c8d411400901b8e3d7298f0f9198bb5.zip
Changing ast and improving it
Diffstat (limited to 'test_parser.sh')
-rwxr-xr-x[-rw-r--r--]test_parser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_parser.sh b/test_parser.sh
index eaccfdb..d313401 100644..100755
--- a/test_parser.sh
+++ b/test_parser.sh
@@ -15,4 +15,4 @@ fi
echo "========================================="
echo " Testing lexer"
-cat c_parser/test/test_parser.c | ./bin/c_parser | tee c_lexer/test/output.xml
+cat c_parser/test/test_parser.c | ./bin/c_parser | tee c_lexer/test/output.txt