diff options
-rw-r--r-- | test/CodeGenObjC/overloadable.m | 2 |
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) { } |