Skip to content

Commit

Permalink
Merge pull request #165 from zhenggb72/test-float
Browse files Browse the repository at this point in the history
gentest.py: add tests with float
  • Loading branch information
pavanbalaji authored Jan 12, 2021
2 parents 04a3e25 + 4d09fd7 commit 3ae564f
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 3ae564f

Please sign in to comment.