aboutsummaryrefslogtreecommitdiffstats
path: root/test_parser.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-17 10:55:21 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-17 10:55:21 +0000
commita60337264c2551fffc2b5aeea12f40a06b7cb0e9 (patch)
treef9898cfcfed008a001bb03e3f8919f889107e469 /test_parser.sh
parent392805699c8d411400901b8e3d7298f0f9198bb5 (diff)
downloadCompiler-a60337264c2551fffc2b5aeea12f40a06b7cb0e9.tar.gz
Compiler-a60337264c2551fffc2b5aeea12f40a06b7cb0e9.zip
Working variables finally by adding mutable
Diffstat (limited to 'test_parser.sh')
-rwxr-xr-xtest_parser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_parser.sh b/test_parser.sh
index d313401..5f8e606 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.txt
+cat c_parser/test/test_parser.c | ./bin/c_parser | tee c_parser/test/output.xml