Skip to content

Commit 6a6843a

Browse files
authored
Merge pull request #3726 from Earlopain/resolv-todo
Remove now obsolete todos
2 parents ee86818 + b00d098 commit 6a6843a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

test/prism/ruby/parser_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

test/prism/test_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)