diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2017-06-29 00:19:27 +0000 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2017-06-29 00:19:27 +0000 |
| commit | 3681a55137875dfe6da637c91bf4b05abdcc02fc (patch) | |
| tree | a926878de349daea1a48e80f7e760c4b4da6bc48 | |
| parent | d40dd64ff09af6f9dab68943492322015b61b24f (diff) | |
| download | bcm5719-llvm-3681a55137875dfe6da637c91bf4b05abdcc02fc.tar.gz bcm5719-llvm-3681a55137875dfe6da637c91bf4b05abdcc02fc.zip | |
[asan] This test now passes
llvm-svn: 306619
| -rw-r--r-- | compiler-rt/test/asan/TestCases/throw_call_test.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/test/asan/TestCases/throw_call_test.cc b/compiler-rt/test/asan/TestCases/throw_call_test.cc index 5a8204a04a5..20a7c0b7660 100644 --- a/compiler-rt/test/asan/TestCases/throw_call_test.cc +++ b/compiler-rt/test/asan/TestCases/throw_call_test.cc @@ -1,9 +1,6 @@ // RUN: %clangxx_asan %s -o %t && %run %t // http://code.google.com/p/address-sanitizer/issues/detail?id=147 (not fixed). // BROKEN: %clangxx_asan %s -o %t -static-libstdc++ && %run %t -// -// Android builds with static libstdc++ by default. -// XFAIL: android #include <stdio.h> static volatile int zero = 0; |

