summaryrefslogtreecommitdiff
path: root/tests/turandom.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/turandom.c')
-rw-r--r--tests/turandom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/turandom.c b/tests/turandom.c
index 519bd886b..21f4e0b4f 100644
--- a/tests/turandom.c
+++ b/tests/turandom.c
@@ -32,7 +32,7 @@ test_urandom (long nbtests, mpfr_prec_t prec, mpfr_rnd_t rnd, long bit_index,
mpfr_t x;
int *tab, size_tab, k, sh, xn;
double d, av = 0, var = 0, chi2 = 0, th;
- mp_exp_t emin;
+ mpfr_exp_t emin;
mp_size_t limb_index = 0;
mp_limb_t limb_mask = 0;
long count = 0;