summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-24 12:41:29 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-24 12:41:29 +0000
commit9e23229437b7fd46ea6810245d03798896af2c44 (patch)
tree225fbe35f1b846bcdcf60d08c916ac5a12eced55
parent90d30ba374cb82c30f28e6fb02268267573e84b0 (diff)
downloadmpfr-9e23229437b7fd46ea6810245d03798896af2c44.tar.gz
[tests/tsub.c] Corrected a function name.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13804 280ebfd0-de03-0410-8827-d642c229c3f4
-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);