summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/check.py b/check.py
index f61f4eb72..2d885932d 100755
--- a/check.py
+++ b/check.py
@@ -2,7 +2,7 @@
import os, subprocess, difflib
-print 'checking testcases...\n'
+print '[ checking testcases... ]\n'
for asm in os.listdir('test'):
if asm.endswith('.asm.js'):
@@ -20,4 +20,4 @@ for asm in os.listdir('test'):
))
print 'OK'
-print '\nsuccess!'
+print '\n[ success! ]'