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 5b058d648..aee0681dc 100644
--- a/tests/tcbrt.c
+++ b/tests/tcbrt.c
@@ -244,7 +244,7 @@ main (void)
test_generic (MPFR_PREC_MIN, 200, 10);
data_check ("data/cbrt", mpfr_cbrt, "mpfr_cbrt");
- bad_cases (mpfr_cbrt, cube, "mpfr_cbrt", 8, -256, 255, 4, 128, 800, 50);
+ bad_cases (mpfr_cbrt, cube, "mpfr_cbrt", 256, -256, 255, 4, 128, 200, 50);
tests_end_mpfr ();
return 0;