Merge pull request #3240 from dabroz/feature-fixtest

test/assert.rb should not use puts
This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-11-11 13:36:53 +09:00
committed by GitHub
+1 -1
View File
@@ -213,7 +213,7 @@ def report()
t_print("\n")
$asserts.each do |msg|
puts msg
t_print "#{msg}\n"
end
$total_test = $ok_test+$ko_test+$kill_test