aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/throw_invoke_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/throw_invoke_test.cc')
-rw-r--r--test/asan/TestCases/throw_invoke_test.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/asan/TestCases/throw_invoke_test.cc b/test/asan/TestCases/throw_invoke_test.cc
index ec48fc7b6a49..e6e91d1879cb 100644
--- a/test/asan/TestCases/throw_invoke_test.cc
+++ b/test/asan/TestCases/throw_invoke_test.cc
@@ -1,8 +1,5 @@
// RUN: %clangxx_asan %s -o %t && %run %t
-// RUN: %clangxx_asan %s -o %t -static-libstdc++ && %run %t
-
-// Clang doesn't support exceptions on Windows yet.
-// XFAIL: win32
+// RUN: %clangxx_asan %s -o %t -stdlib=libstdc++ -static-libstdc++ && %run %t
#include <stdio.h>
static volatile int zero = 0;