Author: kremenek
Date: Thu Jan  8 17:41:35 2009
New Revision: 61957

URL: http://llvm.org/viewvc/llvm-project?rev=61957&view=rev
Log:
Enhance -fsyntax-only test of Cocoa.h to also include testing for PTH.

Modified:
    cfe/trunk/test/SemaObjC/cocoa.m

Modified: cfe/trunk/test/SemaObjC/cocoa.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/cocoa.m?rev=61957&r1=61956&r2=61957&view=diff

==============================================================================
--- cfe/trunk/test/SemaObjC/cocoa.m (original)
+++ cfe/trunk/test/SemaObjC/cocoa.m Thu Jan  8 17:41:35 2009
@@ -1,4 +1,5 @@
-// RUN: clang %s -print-stats
+// RUN: clang %s -print-stats &&
+// RUN: clang -x objective-c-header -o %t %s && clang -token-cache %t %s
 #ifdef __APPLE__
 #include <Cocoa/Cocoa.h>
 #endif


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to