summaryrefslogtreecommitdiff
path: root/tests/tset_z.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tset_z.c')
-rw-r--r--tests/tset_z.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tset_z.c b/tests/tset_z.c
index 962e70b0e..375678256 100644
--- a/tests/tset_z.c
+++ b/tests/tset_z.c
@@ -133,7 +133,7 @@ main (int argc, char *argv[])
check_large ();
check (0, GMP_RNDN);
for (j = 0; j < 200000; j++)
- check (randlimb () & LONG_MAX, (mp_rnd_t) RND_RAND ());
+ check (randlimb () & LONG_MAX, RND_RAND ());
check0 ();
tests_end_mpfr ();