From: Alp Toker Date: Sat, 19 Apr 2014 19:07:24 +0000 (+0000) Subject: Move ObjC Cocoa.h header test to Headers X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b599ccb3eb246bdd56c305b2fe5dc754dfb00499;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206687 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaObjC/cocoa.m b/test/Headers/cocoa.m similarity index 97% rename from test/SemaObjC/cocoa.m rename to test/Headers/cocoa.m index a8cfb72e1e..d814b3ee21 100644 --- a/test/SemaObjC/cocoa.m +++ b/test/Headers/cocoa.m @@ -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 #endif