diff --git a/clang/test/Analysis/NSWindow.m b/clang/test/Analysis/NSWindow.m index 8cfe7a62456f..012b2ded2291 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.