diff --git a/basis/compiler/tests/codegen.factor b/basis/compiler/tests/codegen.factor index 2ad5708d584..85748e937ce 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.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 +{ 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 { "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