]> granicus.if.org Git - python/commitdiff
Increase number of strtod tests slightly, to make it more likely that a memory leak...
authorMark Dickinson <dickinsm@gmail.com>
Sun, 17 Jan 2010 11:10:03 +0000 (11:10 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 17 Jan 2010 11:10:03 +0000 (11:10 +0000)
Lib/test/test_strtod.py

index 189254260cd1aabee05434cb83e425d510b9df8d..e633addbf5badeef3a286f1139b0b887a6728506 100644 (file)
@@ -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")