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