diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Linux/clone_test.cc')
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/clone_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/clone_test.cc b/compiler-rt/test/asan/TestCases/Linux/clone_test.cc index f114a1ae558..e9c1f166eb4 100644 --- a/compiler-rt/test/asan/TestCases/Linux/clone_test.cc +++ b/compiler-rt/test/asan/TestCases/Linux/clone_test.cc @@ -6,7 +6,6 @@ // RUN: %clangxx_asan -O2 %s -o %t && %run %t | FileCheck %s // RUN: %clangxx_asan -O3 %s -o %t && %run %t | FileCheck %s // XFAIL: arm-linux-gnueabi -// XFAIL: armv7l-unknown-linux-gnueabihf #include <stdio.h> #include <sched.h> |