aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/on_error_callback.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/on_error_callback.cc')
-rw-r--r--test/asan/TestCases/on_error_callback.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/asan/TestCases/on_error_callback.cc b/test/asan/TestCases/on_error_callback.cc
index c378c8b2de1b..0ad83d549af2 100644
--- a/test/asan/TestCases/on_error_callback.cc
+++ b/test/asan/TestCases/on_error_callback.cc
@@ -1,8 +1,5 @@
// RUN: %clangxx_asan -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s
-// FIXME: __asan_on_error() is not supported on Windows yet.
-// XFAIL: win32
-
#include <stdio.h>
#include <stdlib.h>