summaryrefslogtreecommitdiff
path: root/tests/tli2.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-17 09:59:19 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-17 09:59:19 +0000
commit5c2992320912750e020620ef8d52039d7f65a617 (patch)
treeeb253688569ee1649ea60be820d0be0af392e094 /tests/tli2.c
parent0a4ea5356442f845fc7ec79bf9f5646e9ba69295 (diff)
downloadmpfr-5c2992320912750e020620ef8d52039d7f65a617.tar.gz
got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmp
random functions (mpn_random*, mpz_random*, mpf_random*). Now all tests use either RANDS (which is cleared by tests_rand_end called by tests_end_mpfr), or the gmp_randstate_t mechanism. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4953 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tli2.c')
-rw-r--r--tests/tli2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tli2.c b/tests/tli2.c
index 5444e5131..3ad4e1055 100644
--- a/tests/tli2.c
+++ b/tests/tli2.c
@@ -115,7 +115,6 @@ normal (void)
int
main (int argc, char *argv[])
{
- MPFR_TEST_USE_RANDS ();
tests_start_mpfr ();
special ();