summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-17 14:46:56 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-17 14:46:56 +0000
commit5760abaf088c514e9fdd3108a0cb13419e8a7642 (patch)
tree009c85c38d6c8fa7e2273ddcebe5393ee3a9e2d6 /test/ruby/test_io.rb
parent589a460801a6376ce64c00be03f022443b07e347 (diff)
* 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
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