diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-01-22 22:45:21 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-01-22 22:45:21 +0000 |
commit | 27584825ebefcc8fd12a2407fd5c407aa592aac7 (patch) | |
tree | 590bcbb0f24a3e04585b1d3036563899eea5aea6 | |
parent | f1456aa04005cc97ff8bc655e32cbfe73fc73875 (diff) |
This test case now passes with RegionStore.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62800 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/no-exit-cfg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/no-exit-cfg.c b/test/Analysis/no-exit-cfg.c index 60637a1916..362fd88eda 100644 --- a/test/Analysis/no-exit-cfg.c +++ b/test/Analysis/no-exit-cfg.c @@ -1,4 +1,5 @@ -// RUN: clang -analyze -checker-cfref -verify %s +// RUN: clang -analyze -checker-cfref -analyzer-store-basic -verify %s && +// RUN: clang -analyze -checker-cfref -analyzer-store-region -verify %s // This is a test case for the issue reported in PR 2819: // http://llvm.org/bugs/show_bug.cgi?id=2819 |