diff options
Diffstat (limited to 'test/Analysis/func.c')
-rw-r--r-- | test/Analysis/func.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/func.c b/test/Analysis/func.c index 709ebf7..9abb560 100644 --- a/test/Analysis/func.c +++ b/test/Analysis/func.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core,debug.ExprInspection -analyzer-store=region -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,debug.ExprInspection -analyzer-store=region -verify %s void clang_analyzer_eval(int); |