Skip to content

Commit bad7492

Browse files
authored
Invalid encoding symbol now raises SyntaxError also in 3.3 (#969)
1 parent 905184f commit bad7492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/irb/test_irb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_evaluate_with_encoding_error_without_lineno
6161
omit "Remove me after https://github.com/ruby/prism/issues/2129 is addressed and adopted in TruffleRuby"
6262
end
6363

64-
if RUBY_VERSION >= "3.4."
64+
if RUBY_VERSION >= "3.3."
6565
omit "Now raises SyntaxError"
6666
end
6767

0 commit comments

Comments
 (0)