summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tsub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsub.c b/tests/tsub.c
index 2a56fd0d2..b9ee0be85 100644
--- a/tests/tsub.c
+++ b/tests/tsub.c
@@ -1409,7 +1409,7 @@ static void test_ubf_aux (void)
printf ("Expected ");
/* Set y to a 2-bit precision just for the output.
Since we exit, this will have no other effect. */
- mpfr_round_prec (y, 2, MPFR_RNDA);
+ mpfr_prec_round (y, 2, MPFR_RNDA);
mpfr_dump (y);
printf ("with inex = %d and flags =", inex_y);
flags_out (flags_y);