RegressionTests__SmallIntegerTest.st
changeset 1074 905aea054cf4
parent 619 f918fa22ad81
child 1223 708a62eac280
equal deleted inserted replaced
1073:9b0ba74b1f48 1074:905aea054cf4
     4 
     4 
     5 TestCase subclass:#SmallIntegerTest
     5 TestCase subclass:#SmallIntegerTest
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'tests-Regression'
     9 	category:'tests-Regression-Numbers'
    10 !
    10 !
    11 
    11 
    12 
    12 
    13 !SmallIntegerTest class methodsFor:'others'!
    13 !SmallIntegerTest class methodsFor:'others'!
    14 
    14 
   136 !SmallIntegerTest class methodsFor:'documentation'!
   136 !SmallIntegerTest class methodsFor:'documentation'!
   137 
   137 
   138 version
   138 version
   139     ^ '$Header$'
   139     ^ '$Header$'
   140 ! !
   140 ! !
       
   141