Skip to content

Commit

Permalink
compiler.tests: update float constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Feb 7, 2024
1 parent 5ed35a8 commit 9b12226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basis/compiler/tests/codegen.factor
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b12226

Please sign in to comment.