compiler/tests/PPCUnivarsalGuardTest.st
changeset 535 a8feb0f47574
parent 534 a949c4fe44df
child 537 fb212e14d1f4
equal deleted inserted replaced
534:a949c4fe44df 535:a8feb0f47574
    22 !
    22 !
    23 
    23 
    24 setUp
    24 setUp
    25     options := PPCCompilationOptions default
    25     options := PPCCompilationOptions default
    26         profile: true;
    26         profile: true;
       
    27         tokenize: false;
    27         yourself.
    28         yourself.
    28         
    29         
    29     configuration := PPCUniversalConfiguration new.
    30     configuration := PPCConfiguration new.
    30     configuration context options: options
    31     configuration context options: options
    31 
    32 
    32     "Modified: / 28-08-2015 / 14:22:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    33     "Modified: / 04-09-2015 / 16:21:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    33 !
    34 !
    34 
    35 
    35 tearDown
    36 tearDown
    36     | parserClass |
    37     | parserClass |
    37 
    38