summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/class-method-self.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/class-method-self.m')
-rw-r--r--test/SemaObjC/class-method-self.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/class-method-self.m b/test/SemaObjC/class-method-self.m
index ba70644..b1e37bf 100644
--- a/test/SemaObjC/class-method-self.m
+++ b/test/SemaObjC/class-method-self.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -verify %s
+// RUN: %clang_cc1 -verify -Wno-objc-root-class %s
typedef struct objc_class *Class;
@interface XX
OpenPOWER on IntegriCloud