summaryrefslogtreecommitdiff
path: root/tests/ttanh.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ttanh.c')
-rw-r--r--tests/ttanh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttanh.c b/tests/ttanh.c
index 03c837ac9..a8110c764 100644
--- a/tests/ttanh.c
+++ b/tests/ttanh.c
@@ -124,7 +124,7 @@ main (int argc, char *argv[])
special_overflow ();
special ();
- test_generic (2, 100, 100);
+ test_generic (MPFR_PREC_MIN, 100, 100);
data_check ("data/tanh", mpfr_tanh, "mpfr_tanh");
bad_cases (mpfr_tanh, mpfr_atanh, "mpfr_tanh", 256, -128, 0,