summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/report.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/report.rb b/test/report.rb
index 5e85715b7..fb77fd0aa 100644
--- a/test/report.rb
+++ b/test/report.rb
@@ -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