diff --git a/test/irb/test_irb.rb b/test/irb/test_irb.rb index 3d8044c5a..ece790290 100644 --- a/test/irb/test_irb.rb +++ b/test/irb/test_irb.rb @@ -61,7 +61,7 @@ def test_evaluate_with_encoding_error_without_lineno omit "Remove me after https://github.com/ruby/prism/issues/2129 is addressed and adopted in TruffleRuby" end - if RUBY_VERSION >= "3.4." + if RUBY_VERSION >= "3.3." omit "Now raises SyntaxError" end