aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/throw_catch.cc
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-02-21 13:53:12 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-02-21 13:53:12 +0000
commitc003a57e2e4a1ad9be0338806bc1038b6987155f (patch)
treecf295e125457815f2b478811e8414810b8ed7c14 /test/asan/TestCases/throw_catch.cc
parent48f79c11890f23f47fbe89ec54a57d5cd485a7b1 (diff)
downloadsrc-c003a57e2e4a1ad9be0338806bc1038b6987155f.tar.gz
src-c003a57e2e4a1ad9be0338806bc1038b6987155f.zip
Notes
Notes: svn path=/vendor/compiler-rt/dist/; revision=295850 svn path=/vendor/compiler-rt/compiler-rt-release_380-r262564/; revision=296362; tag=vendor/compiler-rt/compiler-rt-release_380-r262564
Diffstat (limited to 'test/asan/TestCases/throw_catch.cc')
-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 bce48199dbf7..01083510c32f 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>