зеркало из https://github.com/github/ruby.git
fix wrong argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
fae9930033
Коммит
842110e6a6
|
@ -656,7 +656,7 @@ module MiniTest
|
||||||
inst = suite.new method
|
inst = suite.new method
|
||||||
inst._assertions = 0
|
inst._assertions = 0
|
||||||
|
|
||||||
print "#{suite}##{method} = " % time if @verbose
|
print "#{suite}##{method} = " if @verbose
|
||||||
start_time = Time.now
|
start_time = Time.now
|
||||||
result = inst.run self
|
result = inst.run self
|
||||||
time = Time.now - start_time
|
time = Time.now - start_time
|
||||||
|
|
Загрузка…
Ссылка в новой задаче