diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-07 23:39:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-07 23:39:35 +0000 |
commit | c808fc34b3b9a39df77dd7cb431cd9301c3bf536 (patch) | |
tree | 426ed80137926b0ff0f00ac05dea7a91d8448f01 /clang/test | |
parent | e31328319912be4aee3fd575e82bf5b370c08bc5 (diff) | |
download | bcm5719-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.m | 2 |
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) { } |