Remove outdated grammar test.

This commit is contained in:
miguel.lechon
2021-07-04 11:53:00 +02:00
parent 72a6924a69
commit 6e6512b09d
5 changed files with 0 additions and 923 deletions
-1
View File
@@ -21,7 +21,6 @@ echo ~~~ Build All Tests ~~~
clang %compile_flags% %src%\tests\sanity_tests.c -o sanity_tests.exe
clang %compile_flags% %src%\tests\unicode_test.c -o unicode_test.exe
clang++ %compile_flags% %src%\tests\cpp_build_test.cpp -o cpp_build_test.exe
clang %compile_flags% %src%\tests\grammar.c -o grammar.exe
popd
echo.