diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-11-07 14:28:18 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-11-07 14:28:18 +0000 |
commit | 7b2d21e3710781fa223d8200b59c841771ff73d3 (patch) | |
tree | ad33a7225ff32995c339683143a69863ce3c5782 /test/Analysis/array-struct.c | |
parent | dc5ddbf7de0862ebc4aef9c60be953ca80a62ff2 (diff) |
Append the test runs with '&&'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/array-struct.c')
-rw-r--r-- | test/Analysis/array-struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/array-struct.c b/test/Analysis/array-struct.c index d6d365d8bb..b95f3547a3 100644 --- a/test/Analysis/array-struct.c +++ b/test/Analysis/array-struct.c @@ -1,4 +1,4 @@ -// RUN: clang -checker-simple -verify %s +// RUN: clang -checker-simple -verify %s && // RUN: clang -checker-simple -analyzer-store-region -verify %s struct s { |