summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/property-12.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/property-12.m')
-rw-r--r--clang/test/SemaObjC/property-12.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/property-12.m b/clang/test/SemaObjC/property-12.m
index ee9cb1a843f..c4a75555562 100644
--- a/clang/test/SemaObjC/property-12.m
+++ b/clang/test/SemaObjC/property-12.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -Wreadonly-setter-attrs -verify %s
+// RUN: %clang_cc1 -fsyntax-only -Wno-objc-root-class -Wreadonly-setter-attrs -verify %s
@protocol P0
@property(readonly,assign) id X; // expected-warning {{property attributes 'readonly' and 'assign' are mutually exclusive}}
OpenPOWER on IntegriCloud