diff options
Diffstat (limited to 'tests/test_malloc.c')
| -rw-r--r-- | tests/test_malloc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test_malloc.c b/tests/test_malloc.c deleted file mode 100644 index 360ee82..0000000 --- a/tests/test_malloc.c +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | #include "common.h" | ||
| 2 | |||
| 3 | #include <stdlib.h> | ||
| 4 | |||
| 5 | int main(int argc, char** argv) { | ||
| 6 | free(malloc(1)); | ||
| 7 | } | ||
