summaryrefslogtreecommitdiff
path: root/tests/tabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tabs.c')
-rw-r--r--tests/tabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tabs.c b/tests/tabs.c
index 3e3fcbca6..ba65061b3 100644
--- a/tests/tabs.c
+++ b/tests/tabs.c
@@ -52,7 +52,7 @@ check_inexact (void)
for (q=2; q<2*p; q++)
{
mpfr_set_prec (y, q);
- for (rnd=0; rnd<4; rnd++)
+ for (rnd = 0; rnd < GMP_RND_MAX; rnd++)
{
inexact = mpfr_abs (y, x, rnd);
cmp = mpfr_cmp (y, absx);