summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp')
-rw-r--r--test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp b/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp
index 455390a8d..b592edb9f 100644
--- a/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp
+++ b/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp
@@ -5,8 +5,6 @@
// RUN: %clangxx_asan -O0 %s -o %t %ld_flags_rpath_exe && \
// RUN: not %run %t 2>&1 | FileCheck %s
-// XFAIL: i386-netbsd
-
#include <stdio.h>
#include <string.h>