summaryrefslogtreecommitdiff
path: root/tests/tcbrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcbrt.c')
-rw-r--r--tests/tcbrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcbrt.c b/tests/tcbrt.c
index ce5b656f1..6db285648 100644
--- a/tests/tcbrt.c
+++ b/tests/tcbrt.c
@@ -207,7 +207,7 @@ main (void)
}
mpfr_clear (x);
- test_generic (2, 200, 10);
+ test_generic (MPFR_PREC_MIN, 200, 10);
data_check ("data/cbrt", mpfr_cbrt, "mpfr_cbrt");