compiler/tests/extras/PPCompiledSmalltalkGrammarResource.st
changeset 459 4751c407bb40
parent 452 9f4558b3be66
child 502 1e45d3c96ec5
--- a/compiler/tests/extras/PPCompiledSmalltalkGrammarResource.st	Sun May 10 06:28:36 2015 +0100
+++ b/compiler/tests/extras/PPCompiledSmalltalkGrammarResource.st	Tue May 12 01:24:03 2015 +0100
@@ -9,9 +9,6 @@
 	category:'PetitCompiler-Extras-Tests-Smalltalk'
 !
 
-PPCompiledSmalltalkGrammarResource comment:''
-!
-
 !PPCompiledSmalltalkGrammarResource methodsFor:'as yet unclassified'!
 
 setUp
@@ -22,7 +19,8 @@
     time := Time millisecondsToRun: [
         PPSmalltalkGrammar new compileWithConfiguration: configuration.
     ].
-    Transcript crShow: 'Smalltalk Grammar compiled in: ', time asString, 'ms'.
-    
+    Transcript show: 'Smalltalk Grammar compiled in: '; show: time asString; show: 'ms'; cr.
+
+    "Modified: / 10-05-2015 / 07:57:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !