aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/errors_test.rb
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-11-10 00:09:33 -0500
committergit <svn-admin@ruby-lang.org>2023-11-10 21:50:12 +0000
commit85db7baccb946c6bb463166acdd0fd7b12568d35 (patch)
tree016a1b967c539c0a5ff1ded95cd341c8e3871da3 /test/prism/errors_test.rb
parent98e5ea94314340c9be37cc490739fd56c772c16b (diff)
downloadruby-85db7baccb946c6bb463166acdd0fd7b12568d35.tar.gz
[ruby/prism] Remove extra locals added by ...
https://github.com/ruby/prism/commit/b7850f2d30
Diffstat (limited to 'test/prism/errors_test.rb')
-rw-r--r--test/prism/errors_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/errors_test.rb b/test/prism/errors_test.rb
index aeea04d04d..ee4736a000 100644
--- a/test/prism/errors_test.rb
+++ b/test/prism/errors_test.rb
@@ -723,7 +723,7 @@ module Prism
nil
),
nil,
- [:*, :&, :"...", :a],
+ [:"...", :a],
Location(),
nil,
Location(),
@@ -800,7 +800,7 @@ module Prism
nil,
ParametersNode([], [], nil, [], [], ForwardingParameterNode(), nil),
nil,
- [:*, :&, :"..."],
+ [:"..."],
Location(),
nil,
Location(),