summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/protocol-attribute.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/protocol-attribute.m')
-rw-r--r--test/SemaObjC/protocol-attribute.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/protocol-attribute.m b/test/SemaObjC/protocol-attribute.m
index 178774c..b2aecc2 100644
--- a/test/SemaObjC/protocol-attribute.m
+++ b/test/SemaObjC/protocol-attribute.m
@@ -6,7 +6,7 @@ __attribute ((unavailable))
Class <FwProto> cFw = 0; // expected-error {{'FwProto' is unavailable}}
-__attribute ((deprecated)) @protocol MyProto1
+__attribute ((deprecated)) @protocol MyProto1 // expected-note 7 {{declared here}}
@end
@protocol Proto2 <MyProto1> // expected-warning {{'MyProto1' is deprecated}}
OpenPOWER on IntegriCloud