aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/uar_and_exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/uar_and_exceptions.cc')
-rw-r--r--test/asan/TestCases/uar_and_exceptions.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/asan/TestCases/uar_and_exceptions.cc b/test/asan/TestCases/uar_and_exceptions.cc
index 324e8a52bd54..2357ae803ac2 100644
--- a/test/asan/TestCases/uar_and_exceptions.cc
+++ b/test/asan/TestCases/uar_and_exceptions.cc
@@ -2,9 +2,6 @@
// RUN: %clangxx_asan -O0 %s -o %t
// RUN: %env_asan_opts=detect_stack_use_after_return=1 %run %t
-// Clang doesn't support exceptions on Windows yet.
-// XFAIL: win32
-
#include <stdio.h>
volatile char *g;