summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAkira Yumiyama <[email protected]>2012-11-05 15:50:46 +0900
committerAkira Yumiyama <[email protected]>2012-11-05 15:50:46 +0900
commitfdefaf9f7d02a2b43d25bccaecca7ec530f77384 (patch)
treeca03f136efebc6d058ee95fbbaf5c5c05386e779
parent8d3baf62294ce9bd15b4c24d67d69d289776f5c9 (diff)
downloadmruby-fdefaf9f7d02a2b43d25bccaecca7ec530f77384.tar.gz
mruby-fdefaf9f7d02a2b43d25bccaecca7ec530f77384.zip
typo fix on test/report.rb
-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