diff options
| -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; |

