summaryrefslogtreecommitdiff
path: root/tests/tstrtofr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tstrtofr.c')
-rw-r--r--tests/tstrtofr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tstrtofr.c b/tests/tstrtofr.c
index ede1f3d14..0d416be70 100644
--- a/tests/tstrtofr.c
+++ b/tests/tstrtofr.c
@@ -1161,6 +1161,9 @@ bug20120829 (void)
{
mpfr_rnd_t rnd = (mpfr_rnd_t) r;
+ if (r == MPFR_RNDF)
+ continue;
+
inex1 = mpfr_exp10 (x1, e, rnd);
inex1 = SIGN (inex1);
inex2 = mpfr_strtofr (x2, s, NULL, 0, rnd);