[cfe-commits] r68515 - /cfe/trunk/test/SemaObjC/objc-string-constant.m
Steve Naroff
snaroff at apple.com
Tue Apr 7 07:22:44 PDT 2009
Author: snaroff
Date: Tue Apr 7 09:22:40 2009
New Revision: 68515
URL: http://llvm.org/viewvc/llvm-project?rev=68515&view=rev
Log:
Fix typo in newly added test case.
Modified:
cfe/trunk/test/SemaObjC/objc-string-constant.m
Modified: cfe/trunk/test/SemaObjC/objc-string-constant.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/objc-string-constant.m?rev=68515&r1=68514&r2=68515&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/objc-string-constant.m (original)
+++ cfe/trunk/test/SemaObjC/objc-string-constant.m Tue Apr 7 09:22:40 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -verify -fsyntax-only &&
+// RUN: clang-cc %s -verify -fsyntax-only
#define nil 0 /* id of Nil instance */
More information about the cfe-commits
mailing list