aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-07 23:39:35 +0000
committerChris Lattner <sabre@nondot.org>2009-03-07 23:39:35 +0000
commit65f91bcbdc1cb2013788e78872f0590d43531bff (patch)
tree3fd62741ef93143f5fbcc77792f1015d48b42892
parenta40c5e4f6969c6e9c980e7506b6f0a9477808645 (diff)
fix test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66352 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/overloadable.m2
1 files changed, 1 insertions, 1 deletions
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) { }