summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/property-dot-receiver.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-dot-receiver.m')
-rw-r--r--test/SemaObjC/property-dot-receiver.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaObjC/property-dot-receiver.m b/test/SemaObjC/property-dot-receiver.m
index 733ad42..c5a928b 100644
--- a/test/SemaObjC/property-dot-receiver.m
+++ b/test/SemaObjC/property-dot-receiver.m
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
-// RUN: %clang_cc1 -x objective-c++ -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
+// RUN: %clang_cc1 -x objective-c++ -fsyntax-only -verify -Wno-objc-root-class %s
// rdar://8962253
@interface Singleton {
OpenPOWER on IntegriCloud