Skip to content

Commit

Permalink
gentest.py: add tests with float
Browse files Browse the repository at this point in the history
Signed-off-by: Gengbin Zheng <[email protected]>
  • Loading branch information
zhenggb72 committed Jan 12, 2021
1 parent 04a3e25 commit 4d09fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maint/gentests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
1075: 128,
65536: 32,
}
types = [ "int", "short_int", "int:3+double:2" ]
types = [ "int", "short_int", "int:3+float:2", "int:3+double:2" ]
seed = 1

##### simple tests generator
Expand Down

0 comments on commit 4d09fd7

Please sign in to comment.