summaryrefslogtreecommitdiff
path: root/tests/trandom.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trandom.c')
-rw-r--r--tests/trandom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trandom.c b/tests/trandom.c
index ecb819be1..337cad8b5 100644
--- a/tests/trandom.c
+++ b/tests/trandom.c
@@ -50,7 +50,7 @@ test_urandomb (long nbtests, mpfr_prec_t prec, int verbose)
if (MPFR_NOTZERO(x) && (MPFR_MANT(x)[0] & MPFR_LIMB_MASK(sh)))
{
printf ("Error: mpfr_urandomb() returns invalid numbers:\n");
- mpfr_print_binary (x); puts ("");
+ mpfr_dump (x);
exit (1);
}
d = mpfr_get_d1 (x); av += d; var += d*d;