From: Argyrios Kyrtzidis Date: Fri, 4 Jul 2008 10:33:02 +0000 (+0000) Subject: '&&' commands together so that the test status reflects the results of all the comman... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=560624a84ee2227bc6a41194513921af5d79e742;p=clang '&&' 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53135 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/NoReturn.m b/test/Analysis/NoReturn.m index 580f220c43..f67a673adb 100644 --- a/test/Analysis/NoReturn.m +++ b/test/Analysis/NoReturn.m @@ -1,4 +1,4 @@ -// RUN: clang -checker-simple -verify %s +// RUN: clang -checker-simple -verify %s && // RUN: clang -checker-cfref -verify %s #include diff --git a/test/Sema/objc-string.m b/test/Sema/objc-string.m index d1d797348d..e3974ad8f6 100644 --- a/test/Sema/objc-string.m +++ b/test/Sema/objc-string.m @@ -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.