diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-07-04 10:33:02 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-07-04 10:33:02 +0000 |
commit | 560624a84ee2227bc6a41194513921af5d79e742 (patch) | |
tree | d42d0cd842aa778c4b3d805350d9682fbb059262 | |
parent | b4825df6af2298f9007ee95ab5f16ed4b855ef4a (diff) |
'&&' 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
-rw-r--r-- | test/Analysis/NoReturn.m | 2 | ||||
-rw-r--r-- | test/Sema/objc-string.m | 2 |
2 files changed, 2 insertions, 2 deletions
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 <stdarg.h> 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. |