compiler/tests/extras/PPCSmalltalkTests.st
changeset 464 f6d77fee9811
parent 459 4751c407bb40
child 465 f729f6cd3c76
child 515 b5316ef15274
equal deleted inserted replaced
459:4751c407bb40 464:f6d77fee9811
    14 setUp
    14 setUp
    15     arguments := PPCArguments default
    15     arguments := PPCArguments default
    16         profile: true;
    16         profile: true;
    17         yourself.
    17         yourself.
    18         
    18         
    19     configuration := PPCLL1Configuration new
    19     configuration := PPCTokenizingConfiguration new
    20         arguments: arguments;
    20         arguments: arguments;
    21         yourself.
    21         yourself.
    22 !
    22 !
    23 
    23 
    24 testSmalltakToken
    24 testSmalltakToken