diff options
Diffstat (limited to 'test/Analysis/CFDateGC.m')
-rw-r--r-- | test/Analysis/CFDateGC.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/CFDateGC.m b/test/Analysis/CFDateGC.m index fae144f859a8..714e213f9577 100644 --- a/test/Analysis/CFDateGC.m +++ b/test/Analysis/CFDateGC.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -verify -fobjc-gc %s -Wno-implicit-function-declaration +// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -verify -fobjc-gc %s -Wno-implicit-function-declaration //===----------------------------------------------------------------------===// // The following code is reduced using delta-debugging from |