]> granicus.if.org Git - clang/commitdiff
Move ObjC Cocoa.h header test to Headers
authorAlp Toker <alp@nuanti.com>
Sat, 19 Apr 2014 19:07:24 +0000 (19:07 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 19 Apr 2014 19:07:24 +0000 (19:07 +0000)
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

test/Headers/cocoa.m [moved from test/SemaObjC/cocoa.m with 97% similarity]

similarity index 97%
rename from test/SemaObjC/cocoa.m
rename to test/Headers/cocoa.m
index a8cfb72e1ea8ec5cc762a9a5aac623e2f2ef47e1..d814b3ee21bcd35ad95d34d0a233e0eabb00b9d2 100644 (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