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