compiler/tests/PPCompiledSmalltalkGrammarResource.st
changeset 421 7e08b31e0dae
parent 418 b3080b20b14c
child 422 116d2b2af905
--- a/compiler/tests/PPCompiledSmalltalkGrammarResource.st	Wed Nov 19 10:52:37 2014 +0000
+++ b/compiler/tests/PPCompiledSmalltalkGrammarResource.st	Mon Nov 24 00:09:23 2014 +0000
@@ -12,10 +12,10 @@
 setUp
         | time |
         time := Time millisecondsToRun: [
-        PPSmalltalkGrammar new compile: #PPCompiledSmalltalkGrammar
+                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>"
+    "Modified: / 21-11-2014 / 12:33:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !