summaryrefslogtreecommitdiff
path: root/tests/texp10.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texp10.c')
-rw-r--r--tests/texp10.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/texp10.c b/tests/texp10.c
index d2373d8b3..a1d255419 100644
--- a/tests/texp10.c
+++ b/tests/texp10.c
@@ -235,7 +235,7 @@ main (int argc, char *argv[])
{
printf ("Error for emin = -11, x = -4, RNDN\n");
printf ("Expected +0\n");
- printf ("Got "); mpfr_print_binary (y); puts ("");
+ printf ("Got "); mpfr_dump (y);
exit (1);
}
/* restore emin */
@@ -250,7 +250,7 @@ main (int argc, char *argv[])
{
printf ("Error for emax = 13, x = 4, RNDN\n");
printf ("Expected +inf\n");
- printf ("Got "); mpfr_print_binary (y); puts ("");
+ printf ("Got "); mpfr_dump (y);
exit (1);
}
/* restore emax */