summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2024-01-12 12:16:13 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2024-01-12 12:46:28 -0800
commit2c27a3a0dd6a922c215758b2bf0635a7986f0eab (patch)
treed6e4db4111b660b766cf8d9857d9f7bc1fafe8a3 /tool
parentaad246feba1579cc3c34f8309845692e2f11babd (diff)
Fix splat assigns with no lefties
We still need to emit an expand array even if there's no "left side" variables Fixes: https://github.com/ruby/prism/issues/2153
Diffstat (limited to 'tool')
-rw-r--r--tool/prism_btests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/prism_btests b/tool/prism_btests
index 6ce7630153..2eda5e624e 100644
--- a/tool/prism_btests
+++ b/tool/prism_btests
@@ -20,7 +20,7 @@
../src/bootstraptest/test_string.rb
../src/bootstraptest/test_struct.rb
../src/bootstraptest/test_thread.rb
-# ../src/bootstraptest/test_block.rb
+../src/bootstraptest/test_block.rb
# ../src/bootstraptest/test_exception.rb
# ../src/bootstraptest/test_flow.rb
# ../src/bootstraptest/test_insns.rb