compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st
changeset 454 a9cd5ea7cc36
parent 452 9f4558b3be66
child 460 87a3d30ab570
--- a/compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st	Sun May 10 06:46:56 2015 +0100
+++ b/compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st	Sun May 10 14:20:24 2015 +0100
@@ -9,9 +9,6 @@
 	category:'PetitCompiler-Extras-Tests-Smalltalk'
 !
 
-PPTokenizedSmalltalkGrammarResource comment:''
-!
-
 !PPTokenizedSmalltalkGrammarResource methodsFor:'as yet unclassified'!
 
 setUp
@@ -22,8 +19,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