[cfe-commits] r68220 - /cfe/trunk/test/SemaObjC/cocoa.m

Daniel Dunbar daniel at zuster.org
Wed Apr 1 11:11:41 PDT 2009


Author: ddunbar
Date: Wed Apr  1 13:11:41 2009
New Revision: 68220

URL: http://llvm.org/viewvc/llvm-project?rev=68220&view=rev
Log:
Forgot to remove trailing &&

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=68220&r1=68219&r2=68220&view=diff

==============================================================================
--- cfe/trunk/test/SemaObjC/cocoa.m (original)
+++ cfe/trunk/test/SemaObjC/cocoa.m Wed Apr  1 13:11:41 2009
@@ -1,5 +1,5 @@
 // RUN: clang-cc %s -print-stats &&
-// RUN: clang-cc %s -disable-free &&
+// RUN: clang-cc %s -disable-free
 #ifdef __APPLE__
 #include <Cocoa/Cocoa.h>
 #endif





More information about the cfe-commits mailing list