aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2008-11-11 01:25:18 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2008-11-11 01:25:18 +0000
commit12b49d9293b3bc730c127ac3645c70f581c9caf7 (patch)
tree5878318b2385467db28468891a5209bdde41de26
parentb3ac5434ab936f092b8cc48349cb01db3a1e1c76 (diff)
Add && to test command.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59014 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Analysis/null-deref-ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/null-deref-ps.c b/test/Analysis/null-deref-ps.c
index 87d7938242..57966b332f 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>