diff options
-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. |