diff options
Diffstat (limited to 'clang/test/Analysis/NSWindow.m')
-rw-r--r-- | clang/test/Analysis/NSWindow.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/NSWindow.m b/clang/test/Analysis/NSWindow.m index 8cfe7a62456..012b2ded229 100644 --- a/clang/test/Analysis/NSWindow.m +++ b/clang/test/Analysis/NSWindow.m @@ -1,4 +1,4 @@ -// RUN: clang -checker-cfref -verify %s +// RUN: clang -checker-cfref -warn-dead-stores -verify %s // These declarations were reduced using Delta-Debugging from Foundation.h // on Mac OS X. The test cases are below. |