diff options
-rw-r--r-- | clang/test/Modules/umbrella-header-include-builtin.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/umbrella-header-include-builtin.mm b/clang/test/Modules/umbrella-header-include-builtin.mm index 09e1cf98e89..75b9c905ff0 100644 --- a/clang/test/Modules/umbrella-header-include-builtin.mm +++ b/clang/test/Modules/umbrella-header-include-builtin.mm @@ -1,3 +1,5 @@ +// REQUIRES: system-darwin + // RUN: rm -rf %t // RUN: %clang -cc1 -fsyntax-only -nostdinc++ -isysroot %S/Inputs/libc-libcxx/sysroot -isystem %S/Inputs/libc-libcxx/sysroot/usr/include/c++/v1 -F%S/Inputs/libc-libcxx/sysroot/Frameworks -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x objective-c++ %s |