typo fix on test/report.rb

This commit is contained in:
Akira Yumiyama
2012-11-05 15:50:46 +09:00
parent 8d3baf6229
commit fdefaf9f7d
+1 -1
View File
@@ -1,4 +1,4 @@
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