Skip to content

Commit 3681a55

Browse files
committed
[asan] This test now passes
llvm-svn: 306619
1 parent d40dd64 commit 3681a55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler-rt/test/asan/TestCases/throw_call_test.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %clangxx_asan %s -o %t && %run %t
22
// http://code.google.com/p/address-sanitizer/issues/detail?id=147 (not fixed).
33
// BROKEN: %clangxx_asan %s -o %t -static-libstdc++ && %run %t
4-
//
5-
// Android builds with static libstdc++ by default.
6-
// XFAIL: android
74

85
#include <stdio.h>
96
static volatile int zero = 0;

0 commit comments

Comments
 (0)