diff options
Diffstat (limited to 'test/Analysis/cfref_PR2519.c')
-rw-r--r-- | test/Analysis/cfref_PR2519.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/cfref_PR2519.c b/test/Analysis/cfref_PR2519.c index 5292109..7fce226 100644 --- a/test/Analysis/cfref_PR2519.c +++ b/test/Analysis/cfref_PR2519.c @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,experimental.core -analyzer-store=region -analyzer-constraints=basic -verify %s -// RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,experimental.core -analyzer-store=region -analyzer-constraints=range -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,alpha.core -analyzer-store=region -analyzer-constraints=range -verify %s +// expected-no-diagnostics typedef unsigned char Boolean; typedef signed long CFIndex; |