diff options
Diffstat (limited to 'test/SemaObjC/nonnull.m')
-rw-r--r-- | test/SemaObjC/nonnull.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/nonnull.m b/test/SemaObjC/nonnull.m index 76c6ffa229..a38c0acb84 100644 --- a/test/SemaObjC/nonnull.m +++ b/test/SemaObjC/nonnull.m @@ -1,6 +1,6 @@ #include "nonnull.h" -// RUN: %clang_cc1 -fblocks -fsyntax-only -verify %s +// RUN: %clang_cc1 -fblocks -fsyntax-only -verify -Wno-objc-root-class %s @class NSObject; |