diff options
-rw-r--r-- | Lib/test/test_strtod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_strtod.py b/Lib/test/test_strtod.py index a838b04..7830021 100644 --- a/Lib/test/test_strtod.py +++ b/Lib/test/test_strtod.py @@ -76,7 +76,7 @@ def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): hexdigs, e + 4*hexdigs) -TEST_SIZE = 10 +TEST_SIZE = 16 @unittest.skipUnless(getattr(sys, 'float_repr_style', '') == 'short', "applies only when using short float repr style") |