]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "compiler.tests: update float constant"
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 7 Feb 2024 22:07:01 +0000 (14:07 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 7 Feb 2024 22:07:01 +0000 (14:07 -0800)
This reverts commit 9b122262ebc43f13cb5468acedc31758f2473d19.

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