diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-02-21 13:53:12 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-02-21 13:53:12 +0000 |
| commit | c003a57e2e4a1ad9be0338806bc1038b6987155f (patch) | |
| tree | cf295e125457815f2b478811e8414810b8ed7c14 /test/asan | |
| parent | 48f79c11890f23f47fbe89ec54a57d5cd485a7b1 (diff) | |
Notes
Diffstat (limited to 'test/asan')
| -rw-r--r-- | test/asan/TestCases/throw_catch.cc | 3 |
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> |
