compiler/tests/PPCompiledExpressionGrammarResource.st
changeset 443 2c87ed364404
parent 438 20598d7ce9fa
child 453 bd5107faf4d6
--- a/compiler/tests/PPCompiledExpressionGrammarResource.st	Fri May 01 14:04:37 2015 +0200
+++ b/compiler/tests/PPCompiledExpressionGrammarResource.st	Sat May 02 06:29:04 2015 +0200
@@ -9,14 +9,23 @@
 	category:'PetitCompiler-Tests-ExpressionGrammar'
 !
 
+
 !PPCompiledExpressionGrammarResource methodsFor:'as yet unclassified'!
 
 setUp
-	| time |
-	time := Time millisecondsToRun: [
-		PPExpressionGrammar new compileAs: #PPCompiledExpressionGrammar
-	].
-	Transcript crShow: 'Exprssion grammar compiled in: ', time asString, 'ms'.
-	
+        | time |
+        time := Time millisecondsToRun: [
+                PPExpressionGrammar new compileAs: #PPCompiledExpressionGrammar
+        ].
+        Transcript show: 'Exprssion grammar compiled in: '; show: time asString; show: 'ms'; cr.
+
+    "Modified: / 01-05-2015 / 14:40:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!PPCompiledExpressionGrammarResource class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+