summaryrefslogtreecommitdiff
path: root/tests/tdiv.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-24 08:41:56 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-24 08:41:56 +0000
commite91fd651f2425da43bd49bc00f85c233fea3860a (patch)
treecc3b449ea778a67cb9c4de06368942b6a0a55dcc /tests/tdiv.c
parentc2d19e94a1af7c238b50c29f717145ea57d6ffda (diff)
downloadmpc-e91fd651f2425da43bd49bc00f85c233fea3860a.tar.gz
tests/tmul.c: Speed up test while increasing exponent range.
tests/tdiv.c: Speed up test. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@191 211d60ee-9f03-0410-a15a-8952a2c7a4e4
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 5cb964f..cb4d669 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -320,7 +320,7 @@ main (void)
test_start ();
check_regular ();
- tgeneric (2, 1024, 1, 4096);
+ tgeneric (2, 1024, 7, 4096);
test_end ();
return 0;