compiler/tests/extras/PPTokenizedLL1ExpressionGrammarResource.st
changeset 473 90eb2d1f7bed
parent 464 f6d77fee9811
child 503 ff58cd9f1f3c
--- a/compiler/tests/extras/PPTokenizedLL1ExpressionGrammarResource.st	Mon May 25 02:49:22 2015 +0100
+++ b/compiler/tests/extras/PPTokenizedLL1ExpressionGrammarResource.st	Tue May 26 07:27:15 2015 +0100
@@ -20,7 +20,8 @@
     time := Time millisecondsToRun: [
         PPLL1ExpressionGrammar new compileWithConfiguration: configuration.
     ].
-    Transcript crShow: 'LL1 Expression grammar tokenized in: ', time asString, 'ms'.
-    
+    Transcript show: 'LL1 Expression grammar tokenized in: '; show: time asString; show: 'ms'; cr.
+
+    "Modified: / 26-05-2015 / 07:24:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !