summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/protocols.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/protocols.m')
-rw-r--r--test/SemaObjC/protocols.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/protocols.m b/test/SemaObjC/protocols.m
index ca38f20..eb27341 100644
--- a/test/SemaObjC/protocols.m
+++ b/test/SemaObjC/protocols.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -Wno-deprecated-declarations -verify %s
@interface INTF1
@required // expected-error {{directive may only be specified in protocols only}}
OpenPOWER on IntegriCloud