From 392805699c8d411400901b8e3d7298f0f9198bb5 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 16 Feb 2017 22:52:40 +0000 Subject: Changing ast and improving it --- test_parser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 test_parser.sh (limited to 'test_parser.sh') diff --git a/test_parser.sh b/test_parser.sh old mode 100644 new mode 100755 index eaccfdb..d313401 --- 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 -- cgit