[cfe-commits] r69470 - /cfe/trunk/test/CodeGenObjC/overloadable.m

Daniel Dunbar daniel at zuster.org
Sat Apr 18 13:23:30 PDT 2009


Author: ddunbar
Date: Sat Apr 18 15:23:29 2009
New Revision: 69470

URL: http://llvm.org/viewvc/llvm-project?rev=69470&view=rev
Log:
Test case would allow clang to fail.

Modified:
    cfe/trunk/test/CodeGenObjC/overloadable.m

Modified: cfe/trunk/test/CodeGenObjC/overloadable.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/overloadable.m?rev=69470&r1=69469&r2=69470&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/overloadable.m (original)
+++ cfe/trunk/test/CodeGenObjC/overloadable.m Sat Apr 18 15:23:29 2009
@@ -1,5 +1,5 @@
 // rdar://6657613
-// RUN: clang-cc -emit-llvm %s -o %t
+// RUN: clang-cc -emit-llvm %s -o %t &&
 
 @class C;
 





More information about the cfe-commits mailing list