diff options
Diffstat (limited to 'test/Analysis/concrete-address.c')
-rw-r--r-- | test/Analysis/concrete-address.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/concrete-address.c b/test/Analysis/concrete-address.c index f6c445ebf56e1..819afca967c90 100644 --- a/test/Analysis/concrete-address.c +++ b/test/Analysis/concrete-address.c @@ -1,4 +1,5 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s +// expected-no-diagnostics void foo() { int *p = (int*) 0x10000; // Should not crash here. |