diff options
Diffstat (limited to 'test/Analysis/NSWindow.m')
-rw-r--r-- | test/Analysis/NSWindow.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/NSWindow.m b/test/Analysis/NSWindow.m index 44a97e42d6c4..e247ff18ceb0 100644 --- a/test/Analysis/NSWindow.m +++ b/test/Analysis/NSWindow.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,alpha.core,deadcode.DeadStores -analyzer-store=region -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.RetainCount,alpha.core,deadcode.DeadStores -analyzer-store=region -verify %s // These declarations were reduced using Delta-Debugging from Foundation.h // on Mac OS X. The test cases are below. |