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 51c5ce936..05ebb9176 100644
--- a/tests/tsum.c
+++ b/tests/tsum.c
@@ -58,7 +58,7 @@ static mpfr_prec_t
get_prec_max (mpfr_t *tab, unsigned long n, mpfr_prec_t f)
{
mpfr_prec_t res;
- mp_exp_t min, max;
+ mpfr_exp_t min, max;
unsigned long i;
for (i = 0; MPFR_IS_ZERO (tab[i]); i++)