Add && to test command.

llvm-svn: 59014
This commit is contained in:
Zhongxing Xu 2008-11-11 01:25:18 +00:00
parent e27d7b5530
commit f8b84b0def
1 changed files with 1 additions and 1 deletions

View 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>