aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/default_options.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/default_options.cc')
-rw-r--r--test/asan/TestCases/default_options.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/asan/TestCases/default_options.cc b/test/asan/TestCases/default_options.cc
index 1614fbe71b4b..a3aa6637e8ac 100644
--- a/test/asan/TestCases/default_options.cc
+++ b/test/asan/TestCases/default_options.cc
@@ -1,9 +1,6 @@
// RUN: %clangxx_asan -O2 %s -o %t
// RUN: %run %t 2>&1 | FileCheck %s
-// __asan_default_options() are not supported on Windows.
-// XFAIL: win32
-
const char *kAsanDefaultOptions="verbosity=1 help=1";
extern "C"