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

Chris Lattner sabre at nondot.org
Sat Mar 7 15:39:36 PST 2009


Author: lattner
Date: Sat Mar  7 17:39:35 2009
New Revision: 66352

URL: http://llvm.org/viewvc/llvm-project?rev=66352&view=rev
Log:
fix test

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=66352&r1=66351&r2=66352&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/overloadable.m (original)
+++ cfe/trunk/test/CodeGenObjC/overloadable.m Sat Mar  7 17:39:35 2009
@@ -5,5 +5,5 @@
 // RUN: grep _Z1fP11objc_object %t | count 1 && 
 void __attribute__((overloadable)) f(C *c) { }
 
-// RUN: grep _Z1fP1C | count 1
+// RUN: grep _Z1fP1C %t | count 1
 void __attribute__((overloadable)) f(id c) { }





More information about the cfe-commits mailing list