summaryrefslogtreecommitdiff
path: root/tests/tfpif.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-03-29 08:09:58 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-03-29 08:09:58 +0000
commitb805c14703eccdce8c0f79f4e3d3578d3dd54f02 (patch)
tree99ebbdd35260dd63900a785e034a4bb43b44e843 /tests/tfpif.c
parent6438325debc63d9b1dddea2392ce88928ca266bd (diff)
downloadmpfr-b805c14703eccdce8c0f79f4e3d3578d3dd54f02.tar.gz
[tests/tfpif.c] Really fixed the badData test, completing r12504.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12505 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tfpif.c')
-rw-r--r--tests/tfpif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tfpif.c b/tests/tfpif.c
index f1fcca8df..8b33475d0 100644
--- a/tests/tfpif.c
+++ b/tests/tfpif.c
@@ -206,7 +206,7 @@ check_bad (void)
{ { 7 }, { 16 }, { 23, 118 }, { 23, 95 }, { 23, 127 }, { 23, 47 },
{ 7, 0, 0, 0, 0, 0, 0, 0, 128, 119 } /* +0 in a huge precision */
};
- int badDataSize[BAD] = { 1, 1, 2, 2, 2, 2, 9 };
+ int badDataSize[BAD] = { 1, 1, 2, 2, 2, 2, 10 };
int i;
mpfr_init2 (x, 2);