aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc')
-rw-r--r--test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc b/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc
index b22036a7efed..5c975b8dad2b 100644
--- a/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc
+++ b/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc
@@ -1,6 +1,8 @@
// When DYLD-inserting the ASan dylib from a different location than the
// original, make sure we don't try to reexec.
+// UNSUPPORTED: ios
+
// RUN: mkdir -p %T/dyld_insert_libraries_reexec
// RUN: cp `%clang_asan %s -fsanitize=address -### 2>&1 \
// RUN: | grep "libclang_rt.asan_osx_dynamic.dylib" \