diff options
Diffstat (limited to 'test/Analysis/PR3991.m')
-rw-r--r-- | test/Analysis/PR3991.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Analysis/PR3991.m b/test/Analysis/PR3991.m index 38d0bc0b5293..4d76fd347e24 100644 --- a/test/Analysis/PR3991.m +++ b/test/Analysis/PR3991.m @@ -1,5 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 %s -// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -analyzer-constraints=range -verify -triple x86_64-apple-darwin9 %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -analyzer-constraints=range -verify -triple x86_64-apple-darwin9 %s //===----------------------------------------------------------------------===// // Delta-debugging produced forward declarations. |