RegressionTests__NumberTest.st
changeset 1916 1054b1b5ccee
parent 1883 90e8d12f45d2
child 2162 b88079711bb5
equal deleted inserted replaced
1915:af63d419f526 1916:1054b1b5ccee
    44     "reported 09-09-2004;
    44     "reported 09-09-2004;
    45      stc generated wrong code for some inlined = - compare (shame)."
    45      stc generated wrong code for some inlined = - compare (shame)."
    46 
    46 
    47     (Helper
    47     (Helper
    48         isStcCompiledMethod:#test_eqNumberBug
    48         isStcCompiledMethod:#test_eqNumberBug
    49         in:self) ifTrue:[
    49         in:self
    50             self 
    50     ) ifTrue:[
    51                 skipIf:true
    51         self 
    52                 description:'#compile is not available in stand alone apps'.
    52             skipIf:true
    53         ].            
    53             description:'#compile is not available in stand alone apps'.
       
    54     ].            
    54 
    55 
    55     Class withoutUpdatingChangesDo:[
    56     Class withoutUpdatingChangesDo:[
    56         self class
    57         self class
    57             compile:
    58             compile:
    58 'testEQ
    59 'testEQ