compiler/tests/PPCompiledSmalltalkGrammarResource.st
changeset 418 b3080b20b14c
parent 392 9b297f0d949c
child 421 7e08b31e0dae
--- a/compiler/tests/PPCompiledSmalltalkGrammarResource.st	Fri Nov 07 02:14:26 2014 +0000
+++ b/compiler/tests/PPCompiledSmalltalkGrammarResource.st	Sat Nov 08 01:03:21 2014 +0000
@@ -10,11 +10,12 @@
 !PPCompiledSmalltalkGrammarResource methodsFor:'as yet unclassified'!
 
 setUp
-	| time |
-	time := Time millisecondsToRun: [
-	PPSmalltalkGrammar new compile: #PPCompiledSmalltalkGrammar
-	].
-	Transcript crShow: 'Grammar compiled in: ', time asString, 'ms'.
-	
+        | time |
+        time := Time millisecondsToRun: [
+        PPSmalltalkGrammar new compile: #PPCompiledSmalltalkGrammar
+        ].
+        Transcript show: 'Grammar compiled in: ', time asString, 'ms'; cr.
+
+    "Modified: / 08-11-2014 / 00:54:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !