Loading...
tests/asan.c libmalloc-116.50.8 /dev/null
--- libmalloc/libmalloc-116.50.8/tests/asan.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <stdlib.h>
-
-#include <darwintest.h>
-
-T_DECL(asan_sanity, "ASan Sanity Check",
-		T_META_CHECK_LEAKS(NO)){
-	void *ptr = malloc(16);
-	free(ptr);
-	T_PASS("I didn't crash!");
-}