compiler/tests/extras/PPCompiledJavaResource.st
changeset 502 1e45d3c96ec5
parent 459 4751c407bb40
child 529 439c4057517f
equal deleted inserted replaced
464:f6d77fee9811 502:1e45d3c96ec5
    13 
    13 
    14 setUp
    14 setUp
    15     | time configuration |
    15     | time configuration |
    16     
    16     
    17     configuration := PPCConfiguration universal.
    17     configuration := PPCConfiguration universal.
    18     configuration arguments name:#PPCompiledJavaSyntax.
    18     configuration arguments parserName:#PPCompiledJavaSyntax.
    19     
    19     
    20     time := Time millisecondsToRun: [
    20     time := Time millisecondsToRun: [
    21         PPJavaSyntax new compileWithConfiguration: configuration.
    21         PPJavaSyntax new compileWithConfiguration: configuration.
    22     ].
    22     ].
    23     Transcript show: 'Java Syntax compiled in: '; show: time asString; show: 'ms'; cr.
    23     Transcript show: 'Java Syntax compiled in: '; show: time asString; show: 'ms'; cr.