From 9e23229437b7fd46ea6810245d03798896af2c44 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Tue, 24 Mar 2020 12:41:29 +0000 Subject: [tests/tsub.c] Corrected a function name. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13804 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tsub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1