diff options
Diffstat (limited to 'test/Analysis/casts.m')
| -rw-r--r-- | test/Analysis/casts.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/casts.m b/test/Analysis/casts.m index 6f19211976b79..1a78940eee25e 100644 --- a/test/Analysis/casts.m +++ b/test/Analysis/casts.m @@ -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 // Test function pointer casts. Currently we track function addresses using // loc::FunctionVal. Because casts can be arbitrary, do we need to model |
