summaryrefslogtreecommitdiff
path: root/tests/tsum.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-12-20 14:02:24 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-12-20 14:02:24 +0000
commit457a1f492f0837b5d5234e3442f893062223b962 (patch)
tree67c538a35ef458ba9e6dc18aed4dd7bfcabbeaee /tests/tsum.c
parentf4abd7086814d20c0b2996dd560990d017dadd68 (diff)
downloadmpfr-457a1f492f0837b5d5234e3442f893062223b962.tar.gz
[tests/tsum.c] The new test for MPFR_RNDF in r11079 can actually trigger
a failure; increased the number of tests to get a failure by default. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/faithful@11080 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsum.c')
-rw-r--r--tests/tsum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsum.c b/tests/tsum.c
index e52b5d1de..b96d864ff 100644
--- a/tests/tsum.c
+++ b/tests/tsum.c
@@ -92,7 +92,7 @@ generic_tests (void)
}
mpfr_inits2 (precmax, exact_sum, sum1, sum2, (mpfr_ptr) 0);
- for (m = 0; m < 4000; m++)
+ for (m = 0; m < 20000; m++)
{
int non_uniform, n;
mpfr_prec_t prec;