diff options
Diffstat (limited to 'test/SemaObjC/conflict-nonfragile-abi2.m')
-rw-r--r-- | test/SemaObjC/conflict-nonfragile-abi2.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/conflict-nonfragile-abi2.m b/test/SemaObjC/conflict-nonfragile-abi2.m index 7c95d5d57b5e3..819732758d275 100644 --- a/test/SemaObjC/conflict-nonfragile-abi2.m +++ b/test/SemaObjC/conflict-nonfragile-abi2.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -verify -fsyntax-only %s +// RUN: %clang_cc1 -verify -fsyntax-only -Wno-objc-root-class %s // rdar://8225011 int glob; |