diff options
Diffstat (limited to 'clang/test/Analysis/malloc.m')
-rw-r--r-- | clang/test/Analysis/malloc.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/malloc.m b/clang/test/Analysis/malloc.m index 6451dbc9839..6c94118286a 100644 --- a/clang/test/Analysis/malloc.m +++ b/clang/test/Analysis/malloc.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -Wno-objc-root-class %s #include "system-header-simulator-objc.h" @class NSString; |