compiler/tests/extras/PPCompiledJavaResource.st
changeset 454 a9cd5ea7cc36
parent 452 9f4558b3be66
child 502 1e45d3c96ec5
--- a/compiler/tests/extras/PPCompiledJavaResource.st	Sun May 10 06:46:56 2015 +0100
+++ b/compiler/tests/extras/PPCompiledJavaResource.st	Sun May 10 14:20:24 2015 +0100
@@ -9,9 +9,6 @@
 	category:'PetitCompiler-Extras-Tests-Java'
 !
 
-PPCompiledJavaResource comment:''
-!
-
 !PPCompiledJavaResource methodsFor:'as yet unclassified'!
 
 setUp
@@ -23,6 +20,8 @@
     time := Time millisecondsToRun: [
         PPJavaSyntax new compileWithConfiguration: configuration.
     ].
-    Transcript crShow: 'Java Syntax compiled in: ', time asString, 'ms'.
+    Transcript show: 'Java Syntax compiled in: '; show: time asString; show: 'ms'; cr.
+
+    "Modified: / 10-05-2015 / 07:45:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !