summaryrefslogtreecommitdiff
path: root/tests/tcan_round.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcan_round.c')
-rw-r--r--tests/tcan_round.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcan_round.c b/tests/tcan_round.c
index 8e3acfc3e..733c0abb4 100644
--- a/tests/tcan_round.c
+++ b/tests/tcan_round.c
@@ -48,7 +48,7 @@ check_round_p (void)
printf ("mpfr_round_p(%d) != mpfr_can_round(%d)!\n"
"bn = %ld, err0 = %ld, prec = %lu\nbp = ",
r1, r2, n, (long) err, (unsigned long) p);
-#ifndef WANT_MINI_GMP
+#ifndef MPFR_USE_MINI_GMP
gmp_printf ("%NX\n", buf, n);
#endif
exit (1);