diff options
Diffstat (limited to 'clang/test/Analysis/PR2599.m')
-rw-r--r-- | clang/test/Analysis/PR2599.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/PR2599.m b/clang/test/Analysis/PR2599.m index ac552ee613b..1c2270e6aa6 100644 --- a/clang/test/Analysis/PR2599.m +++ b/clang/test/Analysis/PR2599.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple %itanium_abi_triple -analyze -analyzer-checker=core,osx.cocoa.RetainCount,alpha.core -analyzer-store=region -fobjc-gc -verify %s +// RUN: %clang_analyze_cc1 -triple %itanium_abi_triple -analyzer-checker=core,osx.cocoa.RetainCount,alpha.core -analyzer-store=region -fobjc-gc -verify %s typedef const void * CFTypeRef; typedef const struct __CFString * CFStringRef; |