summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-02-19 00:09:50 +0000
committerHans Wennborg <hans@hanshq.net>2016-02-19 00:09:50 +0000
commit59150bfe2493620112d9787be644becce3571686 (patch)
tree6b563961ae5d8233ce501eb6ca1f3090b4c20220
parenta863cf453d95e0564feb4e807761c2a5e349603b (diff)
downloadcompiler-rt-59150bfe2493620112d9787be644becce3571686.tar.gz
Merging r261263:
------------------------------------------------------------------------ r261263 | rnk | 2016-02-18 13:24:30 -0800 (Thu, 18 Feb 2016) | 1 line Un-XFAIL the last C++ EH test, it was fixed by r261258 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_38@261283 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/asan/TestCases/throw_catch.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/asan/TestCases/throw_catch.cc b/test/asan/TestCases/throw_catch.cc
index bce48199d..01083510c 100644
--- a/test/asan/TestCases/throw_catch.cc
+++ b/test/asan/TestCases/throw_catch.cc
@@ -1,8 +1,5 @@
// RUN: %clangxx_asan -O %s -o %t && %run %t
-// Clang doesn't support exceptions on Windows yet.
-// XFAIL: win32
-
#include <assert.h>
#include <stdio.h>
#include <sanitizer/asan_interface.h>