diff options
Diffstat (limited to 'test/sanitizer_common/TestCases/options-include.cc')
-rw-r--r-- | test/sanitizer_common/TestCases/options-include.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/options-include.cc b/test/sanitizer_common/TestCases/options-include.cc index 5b0b6d52585ac..3d9127b7f23dc 100644 --- a/test/sanitizer_common/TestCases/options-include.cc +++ b/test/sanitizer_common/TestCases/options-include.cc @@ -34,6 +34,8 @@ // RUN: %env_tool_opts=include_if_exists='"%t.options-not-found.%b"' %run %t 2>&1 | tee %t.out // RUN: FileCheck %s --check-prefix=CHECK-WITHOUT-HELP --check-prefix=CHECK-FOUND < %t.out +// Android tests run on remote device so includes will not work. +// UNSUPPORTED: android #include <stdio.h> |