summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tset_ld.c6
1 files 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)