From 7cae17fac774bec7529581f074cfa95716b984b1 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 19 Dec 2017 14:50:33 +1100 Subject: [PATCH] tests/float/builtin_float_hash: Add test to improve objfloat.c coverage. --- tests/float/builtin_float_hash.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/float/builtin_float_hash.py b/tests/float/builtin_float_hash.py index ba6b63907..dd184595f 100644 --- a/tests/float/builtin_float_hash.py +++ b/tests/float/builtin_float_hash.py @@ -15,6 +15,7 @@ for val in ( '0.1', '-0.1', '10.3', + '1e16', 'inf', '-inf', 'nan',