From: Ted Kremenek Date: Fri, 4 Jul 2008 04:38:48 +0000 (+0000) Subject: '&&' clang commands together so that the test status reflects the results of all... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=489f7b64199b054128452c903cf18bb3daa71444;p=clang '&&' clang commands together so that the test status reflects the results of all three clang executions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53132 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/dead-stores.c b/test/Analysis/dead-stores.c index 90705ace6a..1f1db78a15 100644 --- a/test/Analysis/dead-stores.c +++ b/test/Analysis/dead-stores.c @@ -1,5 +1,5 @@ -// RUN: clang -warn-dead-stores -verify %s -// RUN: clang -checker-simple -warn-dead-stores -verify %s +// RUN: clang -warn-dead-stores -verify %s && +// RUN: clang -checker-simple -warn-dead-stores -verify %s && // RUN: clang -warn-dead-stores -checker-simple -verify %s