forked from OSchip/llvm-project
'&&' 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:
parent
04fb6bf468
commit
5708a4661e
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue