aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Darwin/abort_on_error.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Darwin/abort_on_error.cc')
-rw-r--r--test/asan/TestCases/Darwin/abort_on_error.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/Darwin/abort_on_error.cc b/test/asan/TestCases/Darwin/abort_on_error.cc
index 295afb8442a4..0aa1234149df 100644
--- a/test/asan/TestCases/Darwin/abort_on_error.cc
+++ b/test/asan/TestCases/Darwin/abort_on_error.cc
@@ -8,6 +8,8 @@
// When we use lit's default ASAN_OPTIONS, we shouldn't crash.
// RUN: not %run %t 2>&1 | FileCheck %s
+// UNSUPPORTED: ios
+
#include <stdlib.h>
int main() {
char *x = (char*)malloc(10 * sizeof(char));