aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_io.rb')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index 8eb94e367a..6af318c706 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -2969,7 +2969,7 @@ End
t.kill
end
- def test_s_write
+ def test_io_s_write
t = Tempfile.new("test_io")
t.close
path = t.path