From 01468b489e2ad35217f4a4eab6b9f160c5d8049c Mon Sep 17 00:00:00 2001 From: vlefevre Date: Thu, 7 Apr 2016 13:59:37 +0000 Subject: Replaced various instances of mpfr_print_binary + newline (sometimes missing) by mpfr_dump. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10252 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tpow3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/tpow3.c') diff --git a/tests/tpow3.c b/tests/tpow3.c index ec74c8319..2b981bf54 100644 --- a/tests/tpow3.c +++ b/tests/tpow3.c @@ -101,9 +101,9 @@ main (int argc, char *argv[]) { printf ("Wrong inexact flag for rnd=%s: expected %d, got %d" "\n", mpfr_print_rnd_mode (rnd), compare, inexact); - printf ("x="); mpfr_print_binary (x); puts (""); - printf ("y="); mpfr_print_binary (y); puts (""); - printf ("t="); mpfr_print_binary (t); puts (""); + printf ("x="); mpfr_dump (x); + printf ("y="); mpfr_dump (y); + printf ("t="); mpfr_dump (t); exit (1); } } -- cgit v1.2.1