summaryrefslogtreecommitdiff
path: root/tests/tdiv.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-05 08:24:01 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-05 08:24:01 +0000
commit36d3124b2f7cced3d57011ce875360d224e46700 (patch)
tree63b6c638085bae102c97b80a3fd8559780bd16e2 /tests/tdiv.c
parent6c2dd40880db133ad2db43d9d753b71dac940d80 (diff)
downloadmpfr-36d3124b2f7cced3d57011ce875360d224e46700.tar.gz
changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;
this revealed a special-case code in mpfr_exp which didn't work for prec=1 git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9955 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tdiv.c')
-rw-r--r--tests/tdiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tdiv.c b/tests/tdiv.c
index f7b02aefd..c55e501f2 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -1330,7 +1330,7 @@ main (int argc, char *argv[])
test_20070603 ();
test_20070628 ();
test_20151023 ();
- test_generic (2, 800, 50);
+ test_generic (MPFR_PREC_MIN, 800, 50);
test_bad ();
test_extreme ();