]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/codegen.factor
Revert "compiler.tests: update float constant"
[factor.git] / basis / compiler / tests / codegen.factor
index 85748e937ce7c607d732d9f746a4847ebd815d79..2ad5708d5849544bb143e1b76a1281a1e4670b0c 100644 (file)
@@ -399,8 +399,8 @@ cell 4 = [
 
 { } [ missing-gc-check-2 ] unit-test
 
-{ 1 "0.16996714290024104" } [ 1.4 [ 1 swap fcos ] compile-call number>string ] unit-test
-{ 1 "0.16996714290024104" } [ 1.4 1 [ swap fcos ] compile-call number>string ] unit-test
+{ 1 "0.169967142900241" } [ 1.4 [ 1 swap fcos ] compile-call number>string ] unit-test
+{ 1 "0.169967142900241" } [ 1.4 1 [ swap fcos ] compile-call number>string ] unit-test
 { "0.169967142900241" "0.9854497299884601" } [ 1.4 [ [ fcos ] [ fsin ] bi ] compile-call [ number>string ] bi@ ] unit-test
 { 1 "0.169967142900241" "0.9854497299884601" } [ 1.4 1 [ swap >float [ fcos ] [ fsin ] bi ] compile-call [ number>string ] bi@ ] unit-test