commit | 1fc11e1243d9b9a25f58c0bbd7ab2d5fb47a81a5 | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Tue Nov 11 01:25:18 2008 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Tue Nov 11 01:25:18 2008 +0000 |
tree | 5878318b2385467db28468891a5209bdde41de26 | |
parent | 7b0dcc2ba12e778b554bd39a88d72f576dbe6055 [diff] [blame] |
Add && to test command. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59014 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/null-deref-ps.c b/test/Analysis/null-deref-ps.c index 87d7938..57966b3 100644 --- a/test/Analysis/null-deref-ps.c +++ b/test/Analysis/null-deref-ps.c
@@ -1,4 +1,4 @@ -// RUN: clang -std=gnu99 -checker-simple -verify %s +// RUN: clang -std=gnu99 -checker-simple -verify %s && // RUN: clang -std=gnu99 -checker-simple -analyzer-store-region -verify %s #include<stdint.h>