summaryrefslogtreecommitdiff
path: root/tests/tagm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tagm.c')
-rw-r--r--tests/tagm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tagm.c b/tests/tagm.c
index f58c9b8e8..4fc0de3e1 100644
--- a/tests/tagm.c
+++ b/tests/tagm.c
@@ -196,9 +196,9 @@ main (int argc, char* argv[])
{
MPFR_TEST_USE_RANDS ();
tests_start_mpfr ();
-
+
check_nans ();
-
+
check_large ();
check4 ("2.0", "1.0", GMP_RNDN, "1.45679103104690677029");
check4 ("6.0", "4.0", GMP_RNDN, "4.94936087247260925182");
@@ -212,6 +212,6 @@ main (int argc, char* argv[])
"7.55393356971199025907e-02");
test_generic (2, 300, 17);
- tests_end_mpfr ();
+ tests_end_mpfr ();
return 0;
}