diff options
Diffstat (limited to 'tests/tmul_d.c')
-rw-r--r-- | tests/tmul_d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tmul_d.c b/tests/tmul_d.c index 4cff6eb5a..ff32c3407 100644 --- a/tests/tmul_d.c +++ b/tests/tmul_d.c @@ -70,7 +70,7 @@ main (int argc, char *argv[]) mpfr_t x, y, z; double d; int inexact; - MPFR_TEST_USE_RANDS (); + tests_start_mpfr (); /* check with enough precision */ |