aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Darwin/uuid.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Darwin/uuid.cc')
-rw-r--r--test/asan/TestCases/Darwin/uuid.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/Darwin/uuid.cc b/test/asan/TestCases/Darwin/uuid.cc
index 3f50272e901d..33638587e129 100644
--- a/test/asan/TestCases/Darwin/uuid.cc
+++ b/test/asan/TestCases/Darwin/uuid.cc
@@ -4,6 +4,9 @@
// RUN: %clangxx_asan %s -o %t -fsanitize-recover=address
// RUN: %env_asan_opts=print_module_map=2:halt_on_error=0 %run %t 2>&1 | FileCheck %s
+// We can't run system("otool") in the simulator.
+// UNSUPPORTED: ios
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>