aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/unix-fns.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-07-28 23:08:16 +0000
committerTed Kremenek <kremenek@apple.com>2011-07-28 23:08:16 +0000
commita4c7a4314ffbe402091695874e93d9b0a79c8099 (patch)
treed5dc906096fa96c4dc4e1c9ab667843e4d475a9d /test/Analysis/unix-fns.c
parentfc5b21df5f0ac84ac74fabccdf84592e09a83a55 (diff)
Really remove FlatStoreManager and BasicStoreManager, this time from the driver. Also remove associated tests. Sorry for the messy commits; this is the result of a botched Git merge.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/unix-fns.c')
-rw-r--r--test/Analysis/unix-fns.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Analysis/unix-fns.c b/test/Analysis/unix-fns.c
index 5df6b37bb9..cf5ca810de 100644
--- a/test/Analysis/unix-fns.c
+++ b/test/Analysis/unix-fns.c
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=unix.API,osx.API %s -analyzer-store=region -fblocks -verify
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=unix.API,osx.API %s -analyzer-store=basic -fblocks -verify
struct _opaque_pthread_once_t {
long __sig;