diff options
Diffstat (limited to 'test/asan/TestCases/Posix/stack-overflow.cc')
-rw-r--r-- | test/asan/TestCases/Posix/stack-overflow.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/Posix/stack-overflow.cc b/test/asan/TestCases/Posix/stack-overflow.cc index 8ef161862499..d6b062ed3fbf 100644 --- a/test/asan/TestCases/Posix/stack-overflow.cc +++ b/test/asan/TestCases/Posix/stack-overflow.cc @@ -16,6 +16,8 @@ // RUN: not %run %t 2>&1 | FileCheck %s // REQUIRES: stable-runtime +// UNSUPPORTED: ios + #include <assert.h> #include <stdlib.h> #include <pthread.h> |