summaryrefslogtreecommitdiff
path: root/tests/tsub.c
diff options
context:
space:
mode:
authorPhilippe Theveny <philippe.theveny@laposte.net>2008-09-16 15:40:49 +0000
committerPhilippe Theveny <philippe.theveny@laposte.net>2008-09-16 15:40:49 +0000
commit47041c2d5cbd86119b993d05d38697e5403b1393 (patch)
tree0b18e973c17be375e0af76d4203fc3b06a167aa6 /tests/tsub.c
parentdfdbe981b100932f99b01c3009621c145a76ea7b (diff)
downloadmpc-git-47041c2d5cbd86119b993d05d38697e5403b1393.tar.gz
Speed up tests.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@175 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tsub.c')
-rw-r--r--tests/tsub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsub.c b/tests/tsub.c
index 871d468..fece725 100644
--- a/tests/tsub.c
+++ b/tests/tsub.c
@@ -33,7 +33,7 @@ main (void)
{
test_start ();
- tgeneric (2, 1024, -1);
+ tgeneric (2, 1024, 7, -1);
test_end ();