File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ def test_non_prism_builder_class_deprecated
172172 if RUBY_VERSION >= "3.3"
173173 def test_current_parser_for_current_ruby
174174 major , minor = current_major_minor . split ( "." )
175- return if major == "3" && minor == "5" # TODO: Remove once ruby-dev becomes 4.0
176175 # Let's just hope there never is a Ruby 3.10 or similar
177176 expected = major . to_i * 10 + minor . to_i
178177 assert_equal ( expected , Translation ::ParserCurrent . new . version )
Original file line number Diff line number Diff line change @@ -256,7 +256,6 @@ def current_major_minor
256256
257257 if RUBY_VERSION >= "3.3.0"
258258 def test_all_syntax_versions_present
259- return if RUBY_VERSION . start_with? ( "3.5" ) # TODO: Remove once ruby-dev becomes 4.0
260259 assert_include ( SYNTAX_VERSIONS , current_major_minor )
261260 end
262261 end
You can’t perform that action at this time.
0 commit comments