diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-14 02:38:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-14 02:38:04 +0000 |
commit | 8c2c5e549eec9eec63c85e2d21a53a71a369e557 (patch) | |
tree | a6f09ae74a425d493fbab0d4e453da7db956c9ab /test/malloc/malloc.c | |
parent | 8966b4965d7d6ae29d957950d064382c79669246 (diff) |
Move all malloc tests under test/malloc/
Diffstat (limited to 'test/malloc/malloc.c')
-rw-r--r-- | test/malloc/malloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/malloc/malloc.c b/test/malloc/malloc.c index ac40ec6a2..8e93cf205 100644 --- a/test/malloc/malloc.c +++ b/test/malloc/malloc.c @@ -17,6 +17,7 @@ int main(int argc,char *argv[]) { test1(); test2(); + return 0; } void test1(void) |