summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/objc-cstyle-args-in-methods.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/objc-cstyle-args-in-methods.m')
-rw-r--r--test/SemaObjC/objc-cstyle-args-in-methods.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/objc-cstyle-args-in-methods.m b/test/SemaObjC/objc-cstyle-args-in-methods.m
index 9f75295..d37b589 100644
--- a/test/SemaObjC/objc-cstyle-args-in-methods.m
+++ b/test/SemaObjC/objc-cstyle-args-in-methods.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
@interface Foo
- (id)test:(id)one, id two;
OpenPOWER on IntegriCloud