]> granicus.if.org Git - clang/commitdiff
fix test
authorChris Lattner <sabre@nondot.org>
Sat, 7 Mar 2009 23:39:35 +0000 (23:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 7 Mar 2009 23:39:35 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66352 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/overloadable.m

index 5caaca9010b3e41b94331fc31333c9e193fb0ec1..22fc891da2b83ecafe0a9e96c51892860b4c69b1 100644 (file)
@@ -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) { }