From 783eaf70f856ffefcefcb13ca1237b9de5663c51 Mon Sep 17 00:00:00 2001 From: tomoya ishida Date: Thu, 13 Jun 2024 01:57:52 +0900 Subject: [ruby/irb] Invalid encoding symbol now raises SyntaxError also in 3.3 (https://github.com/ruby/irb/pull/969) https://github.com/ruby/irb/commit/bad7492ab0 --- 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 3d8044c5a1..ece7902909 100644 --- a/test/irb/test_irb.rb +++ b/test/irb/test_irb.rb @@ -61,7 +61,7 @@ module TestIRB 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 -- cgit v1.2.3