diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-01-22 08:23:05 -0500 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-01-22 09:10:43 -0500 |
| commit | ee8f92673b52761ce133bd0f4c42d6784ece7ba6 (patch) | |
| tree | 31d9a3bfe23ae65e9c9f09ef30d1c41d5e83fee7 | |
| parent | b8495048fb60d422072809b0b99762b46cafd3ea (diff) | |
Enable test_syntax.rb
| -rw-r--r-- | tool/prism_btests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/prism_btests b/tool/prism_btests index e6777540f9..04e58ae85c 100644 --- a/tool/prism_btests +++ b/tool/prism_btests @@ -23,6 +23,7 @@ ../src/bootstraptest/test_rjit.rb ../src/bootstraptest/test_string.rb ../src/bootstraptest/test_struct.rb +../src/bootstraptest/test_syntax.rb ../src/bootstraptest/test_thread.rb ../src/bootstraptest/test_yjit_30k_ifelse.rb ../src/bootstraptest/test_yjit_30k_methods.rb @@ -31,5 +32,4 @@ # ../src/bootstraptest/test_insns.rb # ../src/bootstraptest/test_method.rb # ../src/bootstraptest/test_ractor.rb -# ../src/bootstraptest/test_syntax.rb # ../src/bootstraptest/test_yjit.rb |
