diff options
Diffstat (limited to 'clang')
-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) { } |