diff options
Diffstat (limited to 'test/ruby/test_string.rb')
| -rw-r--r-- | test/ruby/test_string.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/ruby/test_string.rb b/test/ruby/test_string.rb index fde1c9cdc5..810c700c8c 100644 --- a/test/ruby/test_string.rb +++ b/test/ruby/test_string.rb @@ -1764,13 +1764,6 @@ CODE GC.start assert_equal([], "".split, bug) end; - - begin - fs = $; - assert_warn(/`\$;' is deprecated/) {$; = " "} - ensure - EnvUtil.suppress_warning {$; = fs} - end end def test_split_encoding |
