tests/float/builtin_float_hash: Add test to improve objfloat.c coverage.
This commit is contained in:
parent
251b00457c
commit
7cae17fac7
|
@ -15,6 +15,7 @@ for val in (
|
|||
'0.1',
|
||||
'-0.1',
|
||||
'10.3',
|
||||
'1e16',
|
||||
'inf',
|
||||
'-inf',
|
||||
'nan',
|
||||
|
|
Loading…
Reference in New Issue