forked from OSchip/llvm-project
Move ObjC Cocoa.h header test to Headers
This tests for broad compatibility with platform SDK headers using the clang driver and so belongs alongside the other header ingtegration tests. llvm-svn: 206687
This commit is contained in:
parent
7591a05d14
commit
8ee5b01f34
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang -arch x86_64 %s -fsyntax-only -Xclang -print-stats
|
||||
// RUN: %clang -arch x86_64 %s -fsyntax-only -Xclang -print-stats
|
||||
#ifdef __APPLE__
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#endif
|
Loading…
Reference in New Issue