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:
parent
fae9930033
commit
842110e6a6
@ -656,7 +656,7 @@ module MiniTest
|
||||
inst = suite.new method
|
||||
inst._assertions = 0
|
||||
|
||||
print "#{suite}##{method} = " % time if @verbose
|
||||
print "#{suite}##{method} = " if @verbose
|
||||
start_time = Time.now
|
||||
result = inst.run self
|
||||
time = Time.now - start_time
|
||||
|
Loading…
x
Reference in New Issue
Block a user