summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/sanity_check_pure_c.c
diff options
context:
space:
mode:
authorGreg Fitzgerald <gregf@codeaurora.org>2014-06-06 18:06:58 +0000
committerGreg Fitzgerald <gregf@codeaurora.org>2014-06-06 18:06:58 +0000
commit9a3d2cc3688d07bf2ac97b804a9003f83d63399b (patch)
tree4341691817635569e3e9c749adda26ff6fa48d82 /test/asan/TestCases/sanity_check_pure_c.c
parentcf9bde46d40f4749a101d78576d4527747698877 (diff)
Un-xfail passing ARM Android tests
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@210360 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/sanity_check_pure_c.c')
-rw-r--r--test/asan/TestCases/sanity_check_pure_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/sanity_check_pure_c.c b/test/asan/TestCases/sanity_check_pure_c.c
index 43d795de8..01d87e730 100644
--- a/test/asan/TestCases/sanity_check_pure_c.c
+++ b/test/asan/TestCases/sanity_check_pure_c.c
@@ -5,7 +5,7 @@
// Sanity checking a test in pure C with -pie.
// RUN: %clang_asan -O2 %s -pie -fPIE -o %t
// RUN: not %run %t 2>&1 | FileCheck %s
-// XFAIL: arm
+// XFAIL: arm-linux-gnueabi
#include <stdlib.h>
int main() {