summaryrefslogtreecommitdiff
path: root/tests/tsqrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsqrt.c')
-rw-r--r--tests/tsqrt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index 8f559773b..20f88ec18 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -672,8 +672,7 @@ main (void)
check4 ("72154663483843080704304789585920.0", GMP_RNDD,
"1.e2d9a51977e6d@13");
- if (getenv ("MPFR_CHECK_ALL") != NULL)
- data_check ("data/sqrt", mpfr_sqrt, "mpfr_sqrt");
+ data_check ("data/sqrt", mpfr_sqrt, "mpfr_sqrt");
tests_end_mpfr ();
return 0;