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