summaryrefslogtreecommitdiff
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, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/default_options.cc b/test/asan/TestCases/default_options.cc
index a3aa6637e8acd..27af76d7fe38a 100644
--- a/test/asan/TestCases/default_options.cc
+++ b/test/asan/TestCases/default_options.cc
@@ -1,6 +1,9 @@
// RUN: %clangxx_asan -O2 %s -o %t
// RUN: %run %t 2>&1 | FileCheck %s
+// FIXME: Doesn't work with DLLs
+// XFAIL: win32-dynamic-asan
+
const char *kAsanDefaultOptions="verbosity=1 help=1";
extern "C"