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 e1f1c9fda..b7e711bf0 100644
--- a/tests/tsum.c
+++ b/tests/tsum.c
@@ -171,7 +171,7 @@ void check_special (void)
mpfr_ptr tabp[3];
int i;
- mpfr_inits (tab[0], tab[1], tab[2], r, (mpfr_ptr) 0);
+ mpfr_inits2 (53, tab[0], tab[1], tab[2], r, (mpfr_ptr) 0);
tabp[0] = tab[0];
tabp[1] = tab[1];
tabp[2] = tab[2];