summaryrefslogtreecommitdiff
path: root/test/SemaObjC/class-getter-using-dotsyntax.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/class-getter-using-dotsyntax.m')
-rw-r--r--test/SemaObjC/class-getter-using-dotsyntax.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/class-getter-using-dotsyntax.m b/test/SemaObjC/class-getter-using-dotsyntax.m
index 6454bc013c1a2..4ff9428e9637b 100644
--- a/test/SemaObjC/class-getter-using-dotsyntax.m
+++ b/test/SemaObjC/class-getter-using-dotsyntax.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
typedef struct objc_class *Class;