From bad7492ab07f053b714b92d00e6caa0492870bb0 Mon Sep 17 00:00:00 2001 From: tomoya ishida Date: Thu, 13 Jun 2024 01:57:52 +0900 Subject: [PATCH] Invalid encoding symbol now raises SyntaxError also in 3.3 (#969) --- test/irb/test_irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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