summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/lib/asan/tests/asan_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/lib/asan/tests/asan_test.cc b/compiler-rt/lib/asan/tests/asan_test.cc
index 7a9645443f3..b924a30a941 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);
OpenPOWER on IntegriCloud