summaryrefslogtreecommitdiff
path: root/test/prism/ruby/ruby_parser_test.rb
diff options
context:
space:
mode:
authorEarlopain <14981592+Earlopain@users.noreply.github.com>2025-11-07 13:14:07 +0100
committergit <svn-admin@ruby-lang.org>2025-11-08 00:22:17 +0000
commit7037d8f89e71a13547d031d76747e45cfe930c9f (patch)
tree8dafdfa9d7e39809bdecdc97007218f84be2e6d1 /test/prism/ruby/ruby_parser_test.rb
parenta7c23b9a9f726bec7cbd6f89d157d7dd140420da (diff)
[ruby/prism] Rename Ruby 3.5 to Ruby 4.0
See https://github.com/ruby/ruby/commit/6d81969b475262aba251e99b518181bdf7c5a523 It leaves the old variant around. RuboCop for examples accesses `Prism::Translation::Parser35` to test against ruby-head. For now I left these simply as an alias https://github.com/ruby/prism/commit/d0a823f045
Diffstat (limited to 'test/prism/ruby/ruby_parser_test.rb')
-rw-r--r--test/prism/ruby/ruby_parser_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/ruby/ruby_parser_test.rb b/test/prism/ruby/ruby_parser_test.rb
index 42a888be82..fae5077e20 100644
--- a/test/prism/ruby/ruby_parser_test.rb
+++ b/test/prism/ruby/ruby_parser_test.rb
@@ -84,8 +84,8 @@ module Prism
"3.4/circular_parameters.txt",
- "3.5/endless_methods_command_call.txt",
- "3.5/leading_logical.txt",
+ "4.0/endless_methods_command_call.txt",
+ "4.0/leading_logical.txt",
# https://bugs.ruby-lang.org/issues/21168#note-5
"command_method_call_2.txt",