Skip to content

Commit e4f28a9

Browse files
Remove verify_prism_regression_tests.sh
We no longer need this script. The `prism_regression` tests themselves compare the desugar tree with the original parser. We no longer have parse trees to compare, because we're directly desugaring from Prism nodes to AST expression pointers.
1 parent 7f35d5d commit e4f28a9

File tree

2 files changed

+0
-79
lines changed

2 files changed

+0
-79
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
disk-cache: ${{ github.workflow }}
2727
# Share repository cache between workflows.
2828
repository-cache: true
29-
- name: Verify parse trees
30-
run: ./tools/scripts/verify_prism_regression_tests.sh
3129
- name: Run tests
3230
run: ./bazel test //test:prism_regression --config=dbg --test_output=errors
3331
- name: Run corpus tests

tools/scripts/verify_prism_regression_tests.sh

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)