RegressionTests__FloatTest.st
changeset 202 41cedb131719
parent 201 a906a3b5feff
child 203 10c8e5197b62
--- a/RegressionTests__FloatTest.st	Tue Jun 17 15:35:01 2003 +0200
+++ b/RegressionTests__FloatTest.st	Wed Jun 18 01:11:58 2003 +0200
@@ -337,7 +337,7 @@
     self assert:( 2 asLongFloat < 3.0 asLongFloat ).
 
     self assert:( 200000000000000000000.0 < 200000100000000000000 ).
-    self assert:( 200000000000000000000.0 asLongFloat < 200000000000000000001 ).
+    self assert:( 200000000000000000000.0 asLongFloat < 200000000000100000000 ).
     self assert:( 200000000000000000000.0 asShortFloat < 200001000000000000000 ).
 
     self assert:( 200000000000000000000 < 200001000000000000000.0).