From 5f1ab70aa6553e82489871c7d4fbb6d0cc3ee039 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Mon, 12 Sep 2016 11:28:24 +0000 Subject: [tests/tset_ld.c] Move tests_start_mpfr and mpfr_test_init earlier. (merged changesets r8688,10821 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@10853 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tset_ld.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tset_ld.c b/tests/tset_ld.c index b594066d9..7b878ccb9 100644 --- a/tests/tset_ld.c +++ b/tests/tset_ld.c @@ -269,12 +269,12 @@ main (int argc, char *argv[]) } #endif - check_gcc33_bug (); - test_fixed_bugs (); - tests_start_mpfr (); mpfr_test_init (); + check_gcc33_bug (); + test_fixed_bugs (); + mpfr_init2 (x, MPFR_LDBL_MANT_DIG); #if !defined(MPFR_ERRDIVZERO) -- cgit v1.2.1