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