summaryrefslogtreecommitdiff
path: root/test/malloc/malloc.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-14 02:38:04 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-14 02:38:04 +0000
commit8c2c5e549eec9eec63c85e2d21a53a71a369e557 (patch)
treea6f09ae74a425d493fbab0d4e453da7db956c9ab /test/malloc/malloc.c
parent8966b4965d7d6ae29d957950d064382c79669246 (diff)
Move all malloc tests under test/malloc/
Diffstat (limited to 'test/malloc/malloc.c')
-rw-r--r--test/malloc/malloc.c1
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)