From: Chris Lattner Date: Sat, 7 Mar 2009 23:39:35 +0000 (+0000) Subject: fix test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65f91bcbdc1cb2013788e78872f0590d43531bff;p=clang fix test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66352 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/overloadable.m b/test/CodeGenObjC/overloadable.m index 5caaca9010..22fc891da2 100644 --- a/test/CodeGenObjC/overloadable.m +++ b/test/CodeGenObjC/overloadable.m @@ -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) { }