Blob Blame History Raw
diff --git a/test/test.coffee b/test/test.coffee
index 9c4193a..dfdbc81 100644
--- a/test/test.coffee
+++ b/test/test.coffee
@@ -18,7 +18,7 @@ arrayEq = (a, b, msg) -> ok arrayEqual(a, b), msg
 
 test = (feature, fn) -> fn new StringScanner 'abc123 def456'
 
-console.log '\033[0m(' + new Date().toLocaleTimeString() + ') Running tests...\033[0;31m'
+console.log '(' + new Date().toLocaleTimeString() + ') Running tests...'
 
 
 test 'StringScanner::bol and StringScanner::beginningOfLine', (ss) ->
@@ -275,4 +275,4 @@ test 'StringScanner::terminate and StringScanner::clear', (ss) ->
 	ok ss.eos()
 
 
-console.log '\033[0;32mall tests passed\033[0m'
+console.log 'all tests passed'