From bc50ed6c3de76c11b2dde92d0f28dd45941fc327 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 20 Aug 2023 19:02:03 +0200 Subject: Fix clang build - s/CLFAGS/CFLAGS/ - provide paths to local includes - sprinkle more __pass_object_size__ - remove a problematic test --- tests/test_malloc.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/test_malloc.c (limited to 'tests/test_malloc.c') 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 @@ -#include "common.h" - -#include - -int main(int argc, char** argv) { - free(malloc(1)); -} -- cgit v1.3