summaryrefslogtreecommitdiff
path: root/tests/tfmma.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tfmma.c')
-rw-r--r--tests/tfmma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tfmma.c b/tests/tfmma.c
index b510a0c78..423d353bf 100644
--- a/tests/tfmma.c
+++ b/tests/tfmma.c
@@ -263,7 +263,7 @@ overflow_tests (void)
set_emax (emax);
exp_a = emax/2 + 32;
- do rnd = RND_RAND (); while (rnd == MPFR_RNDF);
+ rnd = RND_RAND_NO_RNDF ();
prec_a = 64 + randlimb () % 100;
prec_z = MPFR_PREC_MIN + randlimb () % 160;