From 5c2992320912750e020620ef8d52039d7f65a617 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Sat, 17 Nov 2007 09:59:19 +0000 Subject: 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 --- tests/tsi_op.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/tsi_op.c') diff --git a/tests/tsi_op.c b/tests/tsi_op.c index 3fbe72e34..6e60a3473 100644 --- a/tests/tsi_op.c +++ b/tests/tsi_op.c @@ -101,7 +101,6 @@ main (int argc, char *argv[]) int y; int i; - MPFR_TEST_USE_RANDS (); tests_start_mpfr (); mpfr_inits2 (53, x, z, (void *) 0); for(i = 0 ; i < numberof (tab) ; i++) -- cgit v1.2.1