зеркало из https://github.com/github/ruby.git
* 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:
Родитель
589a460801
Коммит
5760abaf08
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче