aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-category-impl.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-category-impl.m')
-rw-r--r--test/SemaObjC/property-category-impl.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-category-impl.m b/test/SemaObjC/property-category-impl.m
index 21fdf1b6d4be..9524c22799da 100644
--- a/test/SemaObjC/property-category-impl.m
+++ b/test/SemaObjC/property-category-impl.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
/* This test is for categories which don't implement the accessors but some accessors are
implemented in their base class implementation. In this case,no warning must be issued.