summaryrefslogtreecommitdiff
path: root/tests/ttanh.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ttanh.c')
-rw-r--r--tests/ttanh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ttanh.c b/tests/ttanh.c
index 2426d472f..a5f8683f3 100644
--- a/tests/ttanh.c
+++ b/tests/ttanh.c
@@ -127,8 +127,7 @@ main (int argc, char *argv[])
test_generic (2, 100, 100);
- if (getenv ("MPFR_CHECK_ALL") != NULL)
- data_check ("data/tanh", mpfr_tanh, "mpfr_tanh");
+ data_check ("data/tanh", mpfr_tanh, "mpfr_tanh");
tests_end_mpfr ();
return 0;