From 579cd3ed4cd5d06d3d444cdd75857bc023aaa9ee Mon Sep 17 00:00:00 2001 From: vlefevre Date: Tue, 12 Jan 2016 16:38:21 +0000 Subject: Really replaced mpfr_printf by printf. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9797 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tfmma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tfmma.c') 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); -- cgit v1.2.1