diff options
-rw-r--r-- | test/ruby/test_io.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2621,7 +2621,7 @@ class TestIO < Test::Unit::TestCase end capture.clear - assert_warning(/[.#]write is outdated/) do stdout, $stdout = $stdout, capture puts "hey" ensure |