summaryrefslogtreecommitdiff
path: root/tests/tcos.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcos.c')
-rw-r--r--tests/tcos.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tcos.c b/tests/tcos.c
index 4a983132d..af153d22a 100644
--- a/tests/tcos.c
+++ b/tests/tcos.c
@@ -360,8 +360,7 @@ main (int argc, char *argv[])
mpfr_clear (x);
mpfr_clear (y);
- if (getenv ("MPFR_CHECK_ALL") != NULL)
- data_check ("data/cos", mpfr_cos, "mpfr_cos");
+ data_check ("data/cos", mpfr_cos, "mpfr_cos");
tests_end_mpfr ();
return 0;