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:
Alp Toker 2014-04-19 19:07:24 +00:00
parent 7591a05d14
commit 8ee5b01f34
1 changed files with 1 additions and 1 deletions

View File

@ -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