summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/custom-atomic-property.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/custom-atomic-property.m')
-rw-r--r--test/SemaObjC/custom-atomic-property.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/custom-atomic-property.m b/test/SemaObjC/custom-atomic-property.m
index f80119e..53eaeb0 100644
--- a/test/SemaObjC/custom-atomic-property.m
+++ b/test/SemaObjC/custom-atomic-property.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -Wcustom-atomic-properties -verify %s
+// RUN: %clang_cc1 -fsyntax-only -Wcustom-atomic-properties -verify -Wno-objc-root-class %s
@interface Foo
@property (assign) Foo *myProp; // expected-note {{property declared here}} expected-note {{property declared here}}
OpenPOWER on IntegriCloud