compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st
changeset 459 4751c407bb40
parent 452 9f4558b3be66
child 460 87a3d30ab570
child 464 f6d77fee9811
--- a/compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st	Sun May 10 06:28:36 2015 +0100
+++ b/compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st	Tue May 12 01:24:03 2015 +0100
@@ -9,8 +9,6 @@
 	category:'PetitCompiler-Extras-Tests-Smalltalk'
 !
 
-PPTokenizedSmalltalkGrammarResource comment:''
-!
 
 !PPTokenizedSmalltalkGrammarResource methodsFor:'as yet unclassified'!
 
@@ -22,8 +20,9 @@
     time := Time millisecondsToRun: [
         PPSmalltalkGrammar new compileWithConfiguration: configuration.
     ].
-    Transcript crShow: 'Smalltalk Grammar tokenized in: ', time asString, 'ms'.
-    
+    Transcript show: 'Smalltalk Grammar tokenized in: '; show: time asString; show: 'ms'; cr.
+
+    "Modified: / 10-05-2015 / 07:55:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 tearDown
@@ -39,3 +38,10 @@
 "
 ! !
 
+!PPTokenizedSmalltalkGrammarResource class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+