[cfe-commits] r68215 - /cfe/trunk/test/SemaObjC/cocoa.m
Daniel Dunbar
daniel at zuster.org
Wed Apr 1 09:59:39 PDT 2009
Author: ddunbar
Date: Wed Apr 1 11:59:39 2009
New Revision: 68215
URL: http://llvm.org/viewvc/llvm-project?rev=68215&view=rev
Log:
Ted & I crossed paths here, these tests are in cocoa-pth.m now.
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=68215&r1=68214&r2=68215&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/cocoa.m (original)
+++ cfe/trunk/test/SemaObjC/cocoa.m Wed Apr 1 11:59:39 2009
@@ -1,8 +1,5 @@
// RUN: clang-cc %s -print-stats &&
// RUN: clang-cc %s -disable-free &&
-// 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