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