summaryrefslogtreecommitdiffstats
path: root/clang/test
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
commitc808fc34b3b9a39df77dd7cb431cd9301c3bf536 (patch)
tree426ed80137926b0ff0f00ac05dea7a91d8448f01 /clang/test
parente31328319912be4aee3fd575e82bf5b370c08bc5 (diff)
downloadbcm5719-llvm-c808fc34b3b9a39df77dd7cb431cd9301c3bf536.tar.gz
bcm5719-llvm-c808fc34b3b9a39df77dd7cb431cd9301c3bf536.zip
fix test
llvm-svn: 66352
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGenObjC/overloadable.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/overloadable.m b/clang/test/CodeGenObjC/overloadable.m
index 5caaca9010b..22fc891da2b 100644
--- a/clang/test/CodeGenObjC/overloadable.m
+++ b/clang/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) { }
OpenPOWER on IntegriCloud