diff options
Diffstat (limited to 'clang/test/Analysis/no-exit-cfg.c')
-rw-r--r-- | clang/test/Analysis/no-exit-cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/no-exit-cfg.c b/clang/test/Analysis/no-exit-cfg.c index 7575152295e..b3c3fbcc624 100644 --- a/clang/test/Analysis/no-exit-cfg.c +++ b/clang/test/Analysis/no-exit-cfg.c @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s // expected-no-diagnostics // This is a test case for the issue reported in PR 2819: |