'&&' commands together so that the test status reflects the results of all the commands, otherwise the test status will be the result of only the last command.

llvm-svn: 53135
This commit is contained in:
Argyrios Kyrtzidis 2008-07-04 10:33:02 +00:00
parent 04fb6bf468
commit 5708a4661e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang -checker-simple -verify %s
// RUN: clang -checker-simple -verify %s &&
// RUN: clang -checker-cfref -verify %s
#include <stdarg.h>

View File

@ -1,4 +1,4 @@
// RUN: clang %s -verify -fsyntax-only
// RUN: clang %s -verify -fsyntax-only &&
// RUN: clang %s -verify -fsyntax-only -DDECLAREIT
// a declaration of NSConstantString is not required.