Rename some parse failure tests to parse-fail-*

These were mistakenly labeled `eval-fail-*`.

Note that the `lang.sh` runner passes `parse-fail-*` tests on stdin, so
filenames are removed from error messages.

Change-Id: I7f3a0d78b6cfa87af29aaa1b7af19d5a57fd4ade
This commit is contained in:
Rebecca Turner
2024-04-04 15:49:30 -07:00
parent 9166babbaf
commit 0fec7d2db6
10 changed files with 5 additions and 5 deletions
@@ -0,0 +1,6 @@
error: undefined variable 'invalid'
at «stdin»:2:1:
1| # foo
2| invalid
| ^
3| # bar