diff options
Diffstat (limited to 'tests/trec_sqrt.c')
-rw-r--r-- | tests/trec_sqrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trec_sqrt.c b/tests/trec_sqrt.c index 148d494a2..480d83001 100644 --- a/tests/trec_sqrt.c +++ b/tests/trec_sqrt.c @@ -186,7 +186,7 @@ main (void) test_generic (MPFR_PREC_MIN, 300, 15); data_check ("data/rec_sqrt", mpfr_rec_sqrt, "mpfr_rec_sqrt"); - bad_cases (mpfr_rec_sqrt, pm2, "mpfr_rec_sqrt", 8, -256, 255, 4, 128, + bad_cases (mpfr_rec_sqrt, pm2, "mpfr_rec_sqrt", 0, -256, 255, 4, 128, 800, 50); tests_end_mpfr (); |