summaryrefslogtreecommitdiff
path: root/tests/tstrtofr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tstrtofr.c')
-rw-r--r--tests/tstrtofr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tstrtofr.c b/tests/tstrtofr.c
index 0620a3724..517871980 100644
--- a/tests/tstrtofr.c
+++ b/tests/tstrtofr.c
@@ -257,7 +257,7 @@ main (void)
int i, base;
mpfr_t x;
mpfr_prec_t p;
- mp_exp_t e;
+ mpfr_exp_t e;
mpfr_init (x);
printf ("struct dymmy_test { \n"