Rename some test files

This commit is contained in:
Josh Holtrop 2022-10-02 10:10:04 -04:00
parent f46b5b3f4d
commit 01ef4fc27c
3 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ R1 -> a b;
R2 -> a b; R2 -> a b;
EOF EOF
build_parser build_parser
compile("spec/test_d_lexer3.d") compile("spec/test_d_parser_identical_rules_lookahead.d")
run run
end end
@ -92,7 +92,7 @@ Start -> b R1;
R1 -> b; R1 -> b;
EOF EOF
build_parser build_parser
compile("spec/test_d_lexer2.d") compile("spec/test_d_parser_rule_from_multiple_states.d")
run run
end end