[cfe-commits] r68205 - /cfe/trunk/test/SemaObjC/cocoa-pth.m
Daniel Dunbar
daniel at zuster.org
Wed Apr 1 08:36:37 PDT 2009
Author: ddunbar
Date: Wed Apr 1 10:36:37 2009
New Revision: 68205
URL: http://llvm.org/viewvc/llvm-project?rev=68205&view=rev
Log:
Add cocoa-pth.c test case, this got lost in shuffling PTH test cases.
Added:
cfe/trunk/test/SemaObjC/cocoa-pth.m
Added: cfe/trunk/test/SemaObjC/cocoa-pth.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/cocoa-pth.m?rev=68205&view=auto
==============================================================================
--- cfe/trunk/test/SemaObjC/cocoa-pth.m (added)
+++ cfe/trunk/test/SemaObjC/cocoa-pth.m Wed Apr 1 10:36:37 2009
@@ -0,0 +1,7 @@
+// RUN: clang-cc -emit-pth -o %t %s &&
+// RUN: clang-cc -token-cache %t %s &&
+// RUN: clang-cc -token-cache %t %s -E %s -o /dev/null
+#ifdef __APPLE__
+#include <Cocoa/Cocoa.h>
+#endif
+
More information about the cfe-commits
mailing list