summaryrefslogtreecommitdiff
path: root/tests/tsqrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsqrt.c')
-rw-r--r--tests/tsqrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index 9a8ec8728..c4d0a699f 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -1059,7 +1059,7 @@ main (void)
test_generic (MPFR_PREC_MIN, 300, 15);
data_check ("data/sqrt", mpfr_sqrt, "mpfr_sqrt");
- bad_cases (mpfr_sqrt, mpfr_sqr, "mpfr_sqrt", 8, -256, 255, 4, 128, 800, 50);
+ bad_cases (mpfr_sqrt, mpfr_sqr, "mpfr_sqrt", 0, -256, 255, 4, 128, 80, 50);
bug20160120 ();
bug20160908 ();