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 52c9803..178774c 100644
--- a/test/SemaObjC/protocol-attribute.m
+++ b/test/SemaObjC/protocol-attribute.m
@@ -40,7 +40,7 @@ Class <MyProto1> clsP1 = 0; // expected-warning {{'MyProto1' is deprecated}}
__attribute ((unavailable)) __attribute ((deprecated)) @protocol XProto; // expected-note{{marked unavailable}}
-id <XProto> idX = 0; // expected-error {{'XProto' is unavailable}} expected-warning {{'XProto' is deprecated}}
+id <XProto> idX = 0; // expected-error {{'XProto' is unavailable}}
int main ()
{
OpenPOWER on IntegriCloud