compiler/tests/extras/PPCLRPCompiledParserSmokeTest_Universal.st
changeset 538 16e8536f5cfb
parent 537 fb212e14d1f4
equal deleted inserted replaced
537:fb212e14d1f4 538:16e8536f5cfb
    10 !
    10 !
    11 
    11 
    12 !PPCLRPCompiledParserSmokeTest_Universal methodsFor:'accessing'!
    12 !PPCLRPCompiledParserSmokeTest_Universal methodsFor:'accessing'!
    13 
    13 
    14 compiler
    14 compiler
    15     ^ PPCCompiler universal
    15     ^ PPCCompiler newWithOptions: #( #tokenize: false )
       
    16 
       
    17     "Modified: / 07-09-2015 / 11:37:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    16 ! !
    18 ! !
    17 
    19