]> granicus.if.org Git - clang/commitdiff
Add && to test command.
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 11 Nov 2008 01:25:18 +0000 (01:25 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 11 Nov 2008 01:25:18 +0000 (01:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59014 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/null-deref-ps.c

index 87d7938242288c8b5436151848e1add0394d9394..57966b332f5c93e5cf28bf45987de91cb2fc4117 100644 (file)
@@ -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>