mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
typo fix on test/report.rb
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user