summaryrefslogtreecommitdiffstats
path: root/clang/test/Integration/cocoa-pch.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Integration/cocoa-pch.m')
-rw-r--r--clang/test/Integration/cocoa-pch.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Integration/cocoa-pch.m b/clang/test/Integration/cocoa-pch.m
index 0159b320149..fa3ccea3789 100644
--- a/clang/test/Integration/cocoa-pch.m
+++ b/clang/test/Integration/cocoa-pch.m
@@ -1,6 +1,7 @@
// RUN: %clang -arch x86_64 -x objective-c-header %s -o %t.h.pch
// RUN: touch %t.empty.m
// RUN: %clang -arch x86_64 -fsyntax-only %t.empty.m -include %t.h -Xclang -ast-dump 2>&1 > /dev/null
+// REQUIRES: macos-sdk-10.12
#ifdef __APPLE__
#include <Cocoa/Cocoa.h>
#endif
OpenPOWER on IntegriCloud