compiler/tests/PPCompiledSmalltalkGrammarResource.st
changeset 443 2c87ed364404
parent 438 20598d7ce9fa
--- a/compiler/tests/PPCompiledSmalltalkGrammarResource.st	Fri May 01 14:04:37 2015 +0200
+++ b/compiler/tests/PPCompiledSmalltalkGrammarResource.st	Sat May 02 06:29:04 2015 +0200
@@ -16,7 +16,7 @@
 	time := Time millisecondsToRun: [
 		PPSmalltalkGrammar new compileAs: #PPCompiledSmalltalkGrammar
 	].
-	Transcript crShow: 'Smalltalk Grammar compiled in: ', time asString, 'ms'.
+	Transcript show: 'Smalltalk Grammar compiled in: ', time asString, 'ms'; cr.
 	
 ! !