summaryrefslogtreecommitdiff
path: root/tests/texpm1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texpm1.c')
-rw-r--r--tests/texpm1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texpm1.c b/tests/texpm1.c
index 76d30ee83..fd27a8c2f 100644
--- a/tests/texpm1.c
+++ b/tests/texpm1.c
@@ -159,7 +159,7 @@ main (int argc, char *argv[])
special ();
- test_generic (2, 100, 100);
+ test_generic (MPFR_PREC_MIN, 100, 100);
data_check ("data/expm1", mpfr_expm1, "mpfr_expm1");
bad_cases (mpfr_expm1, mpfr_log1p, "mpfr_expm1", 256, -256, 255,