diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/syscalls.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/syscalls.cc b/compiler-rt/test/asan/TestCases/Linux/syscalls.cc index bcdd5bc8211..ec14bca7612 100644 --- a/compiler-rt/test/asan/TestCases/Linux/syscalls.cc +++ b/compiler-rt/test/asan/TestCases/Linux/syscalls.cc @@ -1,6 +1,3 @@ -// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316 -// XFAIL: android -// // RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s // RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s |