summaryrefslogtreecommitdiff
path: root/tests/tset_z_exp.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-09-16 02:56:41 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-09-16 02:56:41 +0000
commitb8c92328cd04ae9d568edb5abecccf3297f8ecf8 (patch)
tree87e6429f2357089041db7063eb00c1e208bea558 /tests/tset_z_exp.c
parentbf7f081370573507b80c0372ddbaaac4b6ca9382 (diff)
downloadmpfr-b8c92328cd04ae9d568edb5abecccf3297f8ecf8.tar.gz
replaced calls to mpfr_printf by calls to mpfr_dump
(mpfr_printf might not be defined) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7150 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tset_z_exp.c')
-rw-r--r--tests/tset_z_exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tset_z_exp.c b/tests/tset_z_exp.c
index 9a8ce10b7..aaa7d540f 100644
--- a/tests/tset_z_exp.c
+++ b/tests/tset_z_exp.c
@@ -95,7 +95,7 @@ check (long i, mpfr_rnd_t rnd)
printf ("Error in mpfr_set_z_2exp for i=%ld e=%ld rnd_mode=%d\n",
i, e, rnd);
printf ("expected %ld\n", i);
- mpfr_printf ("got %Re\n", f);
+ printf ("got "); mpfr_dump (f);
exit (1);
}
mpfr_clear (f);