summaryrefslogtreecommitdiff
path: root/test/SemaObjC/method-conflict.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/method-conflict.m')
-rw-r--r--test/SemaObjC/method-conflict.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/method-conflict.m b/test/SemaObjC/method-conflict.m
index 4eb729061251d..2da629e566a85 100644
--- a/test/SemaObjC/method-conflict.m
+++ b/test/SemaObjC/method-conflict.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -Wmethod-signatures -fsyntax-only -verify %s
+// RUN: %clang_cc1 -Wmethod-signatures -fsyntax-only -verify -Wno-objc-root-class %s
typedef signed char BOOL;
typedef unsigned int NSUInteger;