* 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
This commit is contained in:
ktsj 2013-12-17 14:46:56 +00:00
Родитель 589a460801
Коммит 5760abaf08
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Tue Dec 17 23:44:15 2013 Kazuki Tsujimoto <kazuki@callcc.net>
* test/ruby/test_io.rb: fix duplicated test name.
Tue Dec 17 20:15:00 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* hash.c (rb_hash_reject): revert to deprecated behavior, with

Просмотреть файл

@ -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