summaryrefslogtreecommitdiff
path: root/tests/tmul_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tmul_ui.c')
-rw-r--r--tests/tmul_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c
index 84a012d2c..ac33e7af2 100644
--- a/tests/tmul_ui.c
+++ b/tests/tmul_ui.c
@@ -279,7 +279,7 @@ main (int argc, char *argv[])
mpfr_clear(x);
mpfr_clear(y);
- test_generic (2, 500, 100);
+ test_generic (MPFR_PREC_MIN, 500, 100);
tests_end_mpfr ();
return 0;