summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/compatible-protocol-qualified-types.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/compatible-protocol-qualified-types.m')
-rw-r--r--test/SemaObjC/compatible-protocol-qualified-types.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaObjC/compatible-protocol-qualified-types.m b/test/SemaObjC/compatible-protocol-qualified-types.m
index 0df905c..0342622 100644
--- a/test/SemaObjC/compatible-protocol-qualified-types.m
+++ b/test/SemaObjC/compatible-protocol-qualified-types.m
@@ -44,7 +44,7 @@ extern NSString * const XCActiveSelectionLevel;
@interface NSTextStorage : NSObject
-- (void)setDelegate:(id <NSTextStorageDelegate>)delegate;
+- (void)setDelegate:(id <NSTextStorageDelegate>)delegate; // expected-note{{passing argument to parameter 'delegate' here}}
- (id <NSTextStorageDelegate>)delegate;
@end
@@ -69,7 +69,7 @@ extern NSString * const XCActiveSelectionLevel;
- (NSTextStorage *)contents {
- [_contents setDelegate:self]; // expected-warning {{incompatible type sending 'SKTText *', expected 'id<NSTextStorageDelegate>'}}
+ [_contents setDelegate:self]; // expected-warning {{sending 'SKTText *' to parameter of incompatible type 'id<NSTextStorageDelegate>'}}
return 0;
}
OpenPOWER on IntegriCloud