summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/enhanced-proto-2.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/enhanced-proto-2.m')
-rw-r--r--test/SemaObjC/enhanced-proto-2.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaObjC/enhanced-proto-2.m b/test/SemaObjC/enhanced-proto-2.m
index da7875cf..28b03d9 100644
--- a/test/SemaObjC/enhanced-proto-2.m
+++ b/test/SemaObjC/enhanced-proto-2.m
@@ -1,10 +1,10 @@
-// RUN: %clang_cc1 -verify %s
+// RUN: %clang_cc1 -verify -Wno-objc-root-class %s
@protocol MyProto1
@optional
- (void) FOO;
@optional
-- (void) FOO;
+- (void) FOO1;
@optional
- (void) REQ;
@optional
OpenPOWER on IntegriCloud