diff options
-rw-r--r-- | test/malloc/tst-calloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/malloc/tst-calloc.c b/test/malloc/tst-calloc.c index b7b6d2b..9373848 100644 --- a/test/malloc/tst-calloc.c +++ b/test/malloc/tst-calloc.c @@ -25,7 +25,7 @@ static int errors = 0; /* Number of samples per size. */ -#define N 50000 +#define N 500 static void |