1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/runner.rb: fixed randomly test failure.

[Bug #6573][ruby-core:45563]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-05-27 08:34:11 +00:00
parent 563ee01100
commit ecd452a8b0
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Tue May 27 17:10:14 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/runner.rb: fixed randomly test failure.
[Bug #6573][ruby-core:45563]
Tue May 27 16:58:12 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/test_timeout.rb (test_timeout): inverted test condition.

View file

@ -5,6 +5,7 @@ $LOAD_PATH << src_testdir
$LOAD_PATH.unshift "#{src_testdir}/lib"
require 'test/unit'
require_relative 'ruby/envutil'
module Gem
end