Commit fdefaf9f authored by Akira Yumiyama's avatar Akira Yumiyama

typo fix on test/report.rb

parent 8d3baf62
report
if $ko_test > 0 or $kill_test > 0
raise "mrbtest failed (KO=#{$ko_test}, Crash:#{kill_test})"
raise "mrbtest failed (KO:#{$ko_test}, Crash:#{$kill_test})"
end
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