Skip to content

Commit

Permalink
Fixing CONST float test
Browse files Browse the repository at this point in the history
- oh look, it knows F now :)
- however, range still limited to DOUBLE yet
  • Loading branch information
RhoSigma-QB64 committed Oct 31, 2024
1 parent 14da737 commit 646cfee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/compile_tests/const/const_float.bas
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CONST const__double_neg_exp# = 32D-20

CONST const__float## = 32F+0
CONST const__float_exp## = 32F+2
CONST const__float_neg_exp## = 32F-10
CONST const__float_neg_exp## = 32F-30

PRINT const__single!
PRINT const__single_exp!
Expand Down
4 changes: 2 additions & 2 deletions tests/compile_tests/const/const_float.output
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
3.2D-21

32
32
32
3200
3.2D-31

0 comments on commit 646cfee

Please sign in to comment.