RegressionTests__ScaledDecimalTest.st
changeset 1711 d564663fca34
parent 1447 2351db93aa5b
child 1712 917c00360ef1
equal deleted inserted replaced
1710:9ad2831a971b 1711:d564663fca34
   270 !
   270 !
   271 
   271 
   272 test15_LiteralInSTC
   272 test15_LiteralInSTC
   273     |value|
   273     |value|
   274 
   274 
       
   275     self 
       
   276         skipIf:Smalltalk isStandAloneApp 
       
   277         description:'Usually there are no compiler settings in standalone environments'.
       
   278 		
   275     Class withoutUpdatingChangesDo:[
   279     Class withoutUpdatingChangesDo:[
   276 	self class
   280 	self class
   277 	    compile:
   281 	    compile:
   278 'literal_helper2
   282 'literal_helper2
   279     ^ 1.40s2.
   283     ^ 1.40s2.