aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/array-struct.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-11-13 15:42:31 +0000
committerTed Kremenek <kremenek@apple.com>2008-11-13 15:42:31 +0000
commit82bd99f4db2454cc6e1b7bfaac6db25cb3444ddc (patch)
tree0ec25b87ec0cc13b97ba69ddd1784499505291fb /test/Analysis/array-struct.c
parente4d139374c64e7cf4ef29517076be691a71e1c23 (diff)
- Revert r59229 and r59232: AllocRegion should be immutable.
- Temporarily disabled test Analysis/array-struct.c for region store. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/array-struct.c')
-rw-r--r--test/Analysis/array-struct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/array-struct.c b/test/Analysis/array-struct.c
index 9548fa0d0e..6467998ac6 100644
--- a/test/Analysis/array-struct.c
+++ b/test/Analysis/array-struct.c
@@ -1,5 +1,5 @@
-// RUN: clang -checker-simple -verify %s &&
-// RUN: clang -checker-simple -analyzer-store-region -verify %s
+// RUN: clang -checker-simple -verify %s
+// DISABLED: clang -checker-simple -analyzer-store-region -verify %s
struct s {
int data;