summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.c b/tests/tests.c
index 8e129a6b8..0e7971c6b 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -427,6 +427,7 @@ test4rm (int (*fct) (), mpfr_srcptr x, mpfr_ptr y, mpfr_ptr z,
mp_prec_t yprec = MPFR_PREC (y);
mp_rnd_t rndnext;
+ MPFR_ASSERTN (test_one || rnd == GMP_RNDZ);
mpfr_set_prec (z, yprec);
while (1)
{