git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2010-12-14 02:42:40 +00:00
Родитель fae9930033
Коммит 842110e6a6
1 изменённых файлов: 1 добавлений и 1 удалений

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

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