Commit 61705045 authored by Tomasz Dąbrowski's avatar Tomasz Dąbrowski

test/assert.rb should not use puts

parent 872517df
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment