From 36d3124b2f7cced3d57011ce875360d224e46700 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Fri, 5 Feb 2016 08:24:01 +0000 Subject: 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 --- tests/tdiv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tdiv.c') 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 (); -- cgit v1.2.1