summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tsin_cos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsin_cos.c b/tests/tsin_cos.c
index 6d74ee40d..ca55c2c05 100644
--- a/tests/tsin_cos.c
+++ b/tests/tsin_cos.c
@@ -420,7 +420,7 @@ bug20091008 (void)
mpfr_t x, y, z, yref, zref;
mp_prec_t p = 1000;
int inex, inexref;
- mp_rnd_t r = MPFR_RNDN;
+ mpfr_rnd_t r = MPFR_RNDN;
mpfr_init2 (x, p);
mpfr_init2 (y, p);