From 5708a4661ecfa62865bc6a25af1348f5b6e4f759 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Fri, 4 Jul 2008 10:33:02 +0000 Subject: '&&' 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 --- clang/test/Sema/objc-string.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Sema/objc-string.m') diff --git a/clang/test/Sema/objc-string.m b/clang/test/Sema/objc-string.m index d1d797348d2..e3974ad8f66 100644 --- a/clang/test/Sema/objc-string.m +++ b/clang/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. -- cgit v1.2.3