diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/zero_page_pc.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/zero_page_pc.cc b/compiler-rt/test/asan/TestCases/zero_page_pc.cc index ae741e63e37..f8bf1d92650 100644 --- a/compiler-rt/test/asan/TestCases/zero_page_pc.cc +++ b/compiler-rt/test/asan/TestCases/zero_page_pc.cc @@ -3,7 +3,6 @@ // https://code.google.com/p/address-sanitizer/issues/detail?id=336 // XFAIL: android -// XFAIL: armv7l-unknown-linux-gnueabihf typedef void void_f(); int main() { |