compiler/tests/extras/PPCLRPCompiledParserSmokeTest_Universal.st
changeset 537 fb212e14d1f4
parent 512 694a247a12ba
child 538 16e8536f5cfb
equal deleted inserted replaced
536:548996aca274 537:fb212e14d1f4
     9 	category:'PetitCompiler-Extras-Tests-LRP'
     9 	category:'PetitCompiler-Extras-Tests-LRP'
    10 !
    10 !
    11 
    11 
    12 !PPCLRPCompiledParserSmokeTest_Universal methodsFor:'accessing'!
    12 !PPCLRPCompiledParserSmokeTest_Universal methodsFor:'accessing'!
    13 
    13 
    14 compilerConfiguration
    14 compiler
    15     ^ PPCConfiguration universal
    15     ^ PPCCompiler universal
    16 ! !
    16 ! !
    17 
    17