summaryrefslogtreecommitdiff
path: root/tests/tfmma.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-12 16:38:21 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-12 16:38:21 +0000
commit579cd3ed4cd5d06d3d444cdd75857bc023aaa9ee (patch)
tree55d1bc576a8286e9ee8caad33eeb98fbfeb939d6 /tests/tfmma.c
parentf8d911e14eeecb5369bb955cf1abe86bf97181e4 (diff)
downloadmpfr-579cd3ed4cd5d06d3d444cdd75857bc023aaa9ee.tar.gz
Really replaced mpfr_printf by printf.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9797 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tfmma.c')
-rw-r--r--tests/tfmma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tfmma.c b/tests/tfmma.c
index e7a7dcd1c..1bcc50347 100644
--- a/tests/tfmma.c
+++ b/tests/tfmma.c
@@ -62,7 +62,7 @@ random_test (mpfr_t a, mpfr_t b, mpfr_t c, mpfr_t d, mpfr_rnd_t rnd)
inex_ref = mpfr_sub (ref, ab, cd, rnd);
if (inex_res != inex_ref)
{
- mpfr_printf ("mpfr_fmms failed for p=%u rnd=%d\n", p, rnd);
+ printf ("mpfr_fmms failed for p=%u rnd=%d\n", p, rnd);
printf ("a="); mpfr_dump (a);
printf ("b="); mpfr_dump (b);
printf ("c="); mpfr_dump (c);