summaryrefslogtreecommitdiff
path: root/tests/tpow.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpow.c')
-rw-r--r--tests/tpow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tpow.c b/tests/tpow.c
index 03ee9aba0..e4a2cc248 100644
--- a/tests/tpow.c
+++ b/tests/tpow.c
@@ -1611,9 +1611,9 @@ main (int argc, char **argv)
bug20110320 ();
tst20140422 ();
- test_generic (2, 100, 100);
- test_generic_ui (2, 100, 100);
- test_generic_si (2, 100, 100);
+ test_generic (MPFR_PREC_MIN, 100, 100);
+ test_generic_ui (MPFR_PREC_MIN, 100, 100);
+ test_generic_si (MPFR_PREC_MIN, 100, 100);
data_check ("data/pow275", mpfr_pow275, "mpfr_pow275");