summaryrefslogtreecommitdiff
path: root/tests/tset_exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tset_exp.c')
-rw-r--r--tests/tset_exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tset_exp.c b/tests/tset_exp.c
index bfd50a1a5..c62df48b0 100644
--- a/tests/tset_exp.c
+++ b/tests/tset_exp.c
@@ -39,7 +39,7 @@ main (int argc, char *argv[])
mpfr_init (x);
- mpfr_set_ui (x, 1, GMP_RNDN);
+ mpfr_set_ui (x, 1, MPFR_RNDN);
ret = mpfr_set_exp (x, 2);
MPFR_ASSERTN(ret == 0 && mpfr_cmp_ui (x, 2) == 0);