summaryrefslogtreecommitdiff
path: root/tests/tsum.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsum.c')
-rw-r--r--tests/tsum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsum.c b/tests/tsum.c
index 24032c97c..29b6a9917 100644
--- a/tests/tsum.c
+++ b/tests/tsum.c
@@ -569,7 +569,7 @@ check4 (void)
mpfr_ptr p[5];
int h, i, j, k, n, q, r, s, prec, inex1, inex2;
- mpfr_inits2 (256, sum1, sum2, s1, s2, s3, s4, (mpfr_ptr) 0);
+ mpfr_inits2 (257, sum1, sum2, s1, s2, s3, s4, (mpfr_ptr) 0);
for (i = 0; i < 5; i++)
{
mpfr_init2 (t[i], 2);