summaryrefslogtreecommitdiff
path: root/tests/teq.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/teq.c')
-rw-r--r--tests/teq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/teq.c b/tests/teq.c
index 06aa84d4e..642b9813d 100644
--- a/tests/teq.c
+++ b/tests/teq.c
@@ -76,8 +76,8 @@ special (void)
mpfr_init2 (y, 53);
mpfr_init2 (z, 53);
- mpfr_set_str (x, "1", 10, (mp_rnd_t) 0);
- mpfr_set_str (y, "1e-10000", 10, (mp_rnd_t) 0);
+ mpfr_set_str (x, "1", 10, (mpfr_rnd_t) 0);
+ mpfr_set_str (y, "1e-10000", 10, (mpfr_rnd_t) 0);
mpfr_add (z, x, y, MPFR_RNDU);
for (i = 1; i <= 52; i++)