test/assert.rb should not use puts

This commit is contained in:
Tomasz Dąbrowski
2016-11-10 13:17:59 +01:00
parent 872517dff3
commit 617050450e
+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