summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/assert.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/assert.rb b/test/assert.rb
index b2ce616e0..afc39fc24 100644
--- a/test/assert.rb
+++ b/test/assert.rb
@@ -54,13 +54,13 @@ def report()
print($total_test)
print("\n")
- print(' OK: ')
+ print(' OK: ')
print($ok_test)
print("\n")
- print(' KO: ')
+ print(' KO: ')
print($ko_test)
print("\n")
- print(' Crash: ')
+ print('Crash: ')
print($kill_test)
print("\n")
end