From 65f91bcbdc1cb2013788e78872f0590d43531bff Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 7 Mar 2009 23:39:35 +0000 Subject: [PATCH] fix test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66352 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/overloadable.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } -- 2.50.1