summaryrefslogtreecommitdiff
path: root/tests/tsub.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsub.c')
-rw-r--r--tests/tsub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tsub.c b/tests/tsub.c
index 34779d6ba..d42ca1a74 100644
--- a/tests/tsub.c
+++ b/tests/tsub.c
@@ -535,8 +535,8 @@ bug20101017 (void)
{
printf ("Error in mpfr_sub for b-c for b=2^64+1+2^(-64), c=1\n");
printf ("Expected result 2^64 with inex < 0\n");
- printf ("Got "); mpfr_print_binary (a);
- printf (" with inex=%d\n", inex);
+ printf ("Got "); mpfr_dump (a);
+ printf ("with inex=%d\n", inex);
exit (1);
}