summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/unimplemented-protocol-prop.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/unimplemented-protocol-prop.m')
-rw-r--r--clang/test/SemaObjC/unimplemented-protocol-prop.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/unimplemented-protocol-prop.m b/clang/test/SemaObjC/unimplemented-protocol-prop.m
index fa3ed8ef121..1438cf595d1 100644
--- a/clang/test/SemaObjC/unimplemented-protocol-prop.m
+++ b/clang/test/SemaObjC/unimplemented-protocol-prop.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
@protocol PROTOCOL0
@required
OpenPOWER on IntegriCloud