aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/shared-lib-test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Posix/shared-lib-test.cc')
-rw-r--r--test/asan/TestCases/Posix/shared-lib-test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/asan/TestCases/Posix/shared-lib-test.cc b/test/asan/TestCases/Posix/shared-lib-test.cc
index 305942a0792d..6de6d9fdfe5b 100644
--- a/test/asan/TestCases/Posix/shared-lib-test.cc
+++ b/test/asan/TestCases/Posix/shared-lib-test.cc
@@ -6,7 +6,6 @@
// RUN: %clangxx_asan -O2 %s %libdl -o %t && not %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_asan -O3 -DSHARED_LIB %s -fPIC -shared -o %t-so.so
// RUN: %clangxx_asan -O3 %s %libdl -o %t && not %run %t 2>&1 | FileCheck %s
-// XFAIL: arm-linux-gnueabi
#if !defined(SHARED_LIB)
#include <dlfcn.h>