diff --git a/compiler-rt/lib/asan/tests/asan_test.cc b/compiler-rt/lib/asan/tests/asan_test.cc index 7a9645443f33..b924a30a9410 100644 --- a/compiler-rt/lib/asan/tests/asan_test.cc +++ b/compiler-rt/lib/asan/tests/asan_test.cc @@ -255,9 +255,6 @@ TEST(AddressSanitizer, VariousMallocsTest) { delete c; #ifndef __APPLE__ - // cfree - cfree(Ident(malloc(1))); - // fprintf(stderr, "posix_memalign\n"); int *pm; int pm_res = posix_memalign((void**)&pm, kPageSize, kPageSize);