mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #3240 from dabroz/feature-fixtest
test/assert.rb should not use puts
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user