From b599ccb3eb246bdd56c305b2fe5dc754dfb00499 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Sat, 19 Apr 2014 19:07:24 +0000 Subject: [PATCH] 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 --- test/{SemaObjC => Headers}/cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{SemaObjC => Headers}/cocoa.m (97%) 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 -- 2.40.0