From 5760abaf088c514e9fdd3108a0cb13419e8a7642 Mon Sep 17 00:00:00 2001 From: ktsj Date: Tue, 17 Dec 2013 14:46:56 +0000 Subject: * test/ruby/test_io.rb: fix duplicated test name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_io.rb') 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 -- cgit v1.2.3