diff options
Diffstat (limited to 'tests/tsub1sp.c')
-rw-r--r-- | tests/tsub1sp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsub1sp.c b/tests/tsub1sp.c index 90ba04a91..91d66d17c 100644 --- a/tests/tsub1sp.c +++ b/tests/tsub1sp.c @@ -33,7 +33,7 @@ main (void) tests_start_mpfr (); check_special (); - for (p = 2 ; p < 200 ; p++) + for (p = MPFR_PREC_MIN ; p < 200 ; p++) check_random (p); tests_end_mpfr (); |