From 12387a617ac976059be61a6d784fce6d219a1f76 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 7 Feb 2024 14:07:01 -0800 Subject: [PATCH] Revert "compiler.tests: update float constant" This reverts commit 9b122262ebc43f13cb5468acedc31758f2473d19. --- basis/compiler/tests/codegen.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/compiler/tests/codegen.factor b/basis/compiler/tests/codegen.factor index 85748e937c..2ad5708d58 100644 --- a/basis/compiler/tests/codegen.factor +++ b/basis/compiler/tests/codegen.factor @@ -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 -- 2.34.1