diff options
Diffstat (limited to 'clang/test/Analysis/no-exit-cfg.c')
-rw-r--r-- | clang/test/Analysis/no-exit-cfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Analysis/no-exit-cfg.c b/clang/test/Analysis/no-exit-cfg.c index cfcd76d6e0c..00781b79180 100644 --- a/clang/test/Analysis/no-exit-cfg.c +++ b/clang/test/Analysis/no-exit-cfg.c @@ -1,4 +1,3 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -analyzer-store=basic -verify %s // RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -analyzer-store=region -verify %s // This is a test case for the issue reported in PR 2819: |