compiler/tests/PPTokenizedExpressionGrammarResource.st
changeset 461 5986bf6d7d60
parent 459 4751c407bb40
--- a/compiler/tests/PPTokenizedExpressionGrammarResource.st	Tue May 12 01:33:33 2015 +0100
+++ b/compiler/tests/PPTokenizedExpressionGrammarResource.st	Tue May 12 01:57:37 2015 +0100
@@ -20,7 +20,8 @@
     time := Time millisecondsToRun: [
         PPExpressionGrammar new compileWithConfiguration: configuration.
     ].
-    Transcript crShow: 'Expression grammar tokenized in: ', time asString, 'ms'.
-    
+    Transcript show: 'Expression grammar tokenized in: ';show: time asString; show: 'ms'; cr.
+
+    "Modified: / 12-05-2015 / 01:38:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !