[asan] This test now passes

llvm-svn: 306619
This commit is contained in:
Vitaly Buka 2017-06-29 00:19:27 +00:00
parent d40dd64ff0
commit 3681a55137
1 changed files with 0 additions and 3 deletions

View File

@ -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;