diff options
Diffstat (limited to 'tests/tdiv.c')
-rw-r--r-- | tests/tdiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tdiv.c b/tests/tdiv.c index 043b214d2..5d201345d 100644 --- a/tests/tdiv.c +++ b/tests/tdiv.c @@ -898,7 +898,7 @@ test_20070628 (void) #define TEST_FUNCTION test_div #define TWO_ARGS -#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), randlimb () % 100) +#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), randlimb () % 100, RANDS) #include "tgeneric.c" int |