diff options
author | Peter Zhu <[email protected]> | 2024-01-23 15:23:48 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-01-23 15:23:48 -0500 |
commit | 7ac74f5c771cef2f94eee9a75a9f96e92da4f5fd (patch) | |
tree | ff7c2fe7492f4091518205e154ce90752255d374 /bootstraptest/runner.rb | |
parent | cecf42601aa4170aa2336dbb3ffc7753e86e6115 (diff) |
Revert "Skip a failing test for Prism"
This reverts commit 557b69e83b27dafea435719fc3afc2e67e155962.
Diffstat (limited to 'bootstraptest/runner.rb')
-rwxr-xr-x | bootstraptest/runner.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 9dc3950f07..039a15148d 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -798,8 +798,4 @@ def rjit_enabled? ENV.fetch('RUN_OPTS', '').include?('rjit') end -def prism_enabled? - ENV.fetch('RUN_OPTS', '').include?('--parser=prism') -end - exit main |