diff options
| author | tomoya ishida <tomoyapenguin@gmail.com> | 2024-06-13 01:57:52 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-06-12 16:57:55 +0000 |
| commit | 783eaf70f856ffefcefcb13ca1237b9de5663c51 (patch) | |
| tree | 551661a0281c63a08038fd93969793cfc7e99b1e | |
| parent | 96974c6c0de7471a7bb852efc512680371e97972 (diff) | |
[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
| -rw-r--r-- | test/irb/test_irb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
