2007-03-04 Bruno Haible <bruno@clisp.org>
+ * tests/test-allocsa.c (main): Halve the number of loop runs.
+
* modules/alloca-opt-tests: New file.
* tests/test-alloca-opt.c: New file.
/* Test of safe automatic memory allocation.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
int i;
/* Repeat a lot of times, to make sure there's no memory leak. */
- for (i = 0; i < 100000; i++)
+ for (i = 0; i < 50000; i++)
{
/* Try various values.
n = 0 gave a crash on Alpha with gcc-2.5.8.