diff options
Diffstat (limited to 'test/SemaObjC/no-protocol-option-tests.m')
-rw-r--r-- | test/SemaObjC/no-protocol-option-tests.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/no-protocol-option-tests.m b/test/SemaObjC/no-protocol-option-tests.m index 311800f39a..dbd2a14e91 100644 --- a/test/SemaObjC/no-protocol-option-tests.m +++ b/test/SemaObjC/no-protocol-option-tests.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -Wno-protocol -verify %s +// RUN: %clang_cc1 -fsyntax-only -Wno-protocol -verify -Wno-objc-root-class %s // rdar: // 7056600 @protocol P |