compiler/tests/PPCompiledSmalltalkGrammarResource.st
changeset 443 2c87ed364404
parent 438 20598d7ce9fa
equal deleted inserted replaced
442:d333233f7ebd 443:2c87ed364404
    14 setUp
    14 setUp
    15 	| time |
    15 	| time |
    16 	time := Time millisecondsToRun: [
    16 	time := Time millisecondsToRun: [
    17 		PPSmalltalkGrammar new compileAs: #PPCompiledSmalltalkGrammar
    17 		PPSmalltalkGrammar new compileAs: #PPCompiledSmalltalkGrammar
    18 	].
    18 	].
    19 	Transcript crShow: 'Smalltalk Grammar compiled in: ', time asString, 'ms'.
    19 	Transcript show: 'Smalltalk Grammar compiled in: ', time asString, 'ms'; cr.
    20 	
    20 	
    21 ! !
    21 ! !
    22 
    22