aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/free_hook_realloc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/free_hook_realloc.cc')
-rw-r--r--test/asan/TestCases/free_hook_realloc.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/asan/TestCases/free_hook_realloc.cc b/test/asan/TestCases/free_hook_realloc.cc
index 4b2753252a8d..cbc5d6fed56e 100644
--- a/test/asan/TestCases/free_hook_realloc.cc
+++ b/test/asan/TestCases/free_hook_realloc.cc
@@ -2,9 +2,6 @@
// RUN: %clangxx_asan -O2 %s -o %t
// RUN: %run %t 2>&1 | FileCheck %s
-// Malloc/free hooks are not supported on Windows.
-// XFAIL: win32
-
#include <stdlib.h>
#include <unistd.h>
#include <sanitizer/allocator_interface.h>