diff options
Diffstat (limited to 'clang/test/SemaObjC/class-message-protocol-lookup.m')
-rw-r--r-- | clang/test/SemaObjC/class-message-protocol-lookup.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/class-message-protocol-lookup.m b/clang/test/SemaObjC/class-message-protocol-lookup.m index ae64ea86804..944d4698023 100644 --- a/clang/test/SemaObjC/class-message-protocol-lookup.m +++ b/clang/test/SemaObjC/class-message-protocol-lookup.m @@ -13,7 +13,7 @@ @protocol Test2Protocol + (id)alloc; -- (id)alloc2; // expected-note 2 {{method declared here}} +- (id)alloc2; // expected-note 2 {{method 'alloc2' declared here}} @end @implementation RandomObject |