aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/throw_call_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/throw_call_test.cc')
-rw-r--r--test/asan/TestCases/throw_call_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/asan/TestCases/throw_call_test.cc b/test/asan/TestCases/throw_call_test.cc
index 4b3910dce1eb..5a8204a04a54 100644
--- a/test/asan/TestCases/throw_call_test.cc
+++ b/test/asan/TestCases/throw_call_test.cc
@@ -5,9 +5,6 @@
// Android builds with static libstdc++ by default.
// XFAIL: android
-// Clang doesn't support exceptions on Windows yet.
-// XFAIL: win32
-
#include <stdio.h>
static volatile int zero = 0;
inline void pretend_to_do_something(void *x) {