diff -r 9f4558b3be66 -r 4751c407bb40 compiler/tests/extras/PPCompiledJavaResource.st --- a/compiler/tests/extras/PPCompiledJavaResource.st Sun May 10 06:28:36 2015 +0100 +++ b/compiler/tests/extras/PPCompiledJavaResource.st Tue May 12 01:24:03 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 " ! !