]> granicus.if.org Git - clang/commitdiff
'&&' commands together so that the test status reflects the results of all the comman...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 4 Jul 2008 10:33:02 +0000 (10:33 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 4 Jul 2008 10:33:02 +0000 (10:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53135 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/NoReturn.m
test/Sema/objc-string.m

index 580f220c431e8cc83f1cd13f0185d01a927d3499..f67a673adb6eff9c415b55d741b2015bf7cc83d6 100644 (file)
@@ -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>
index d1d797348d22658a3a8d36f0e95ea7e23bb2225f..e3974ad8f662b3554223f55ec9cc7ceeb5852608 100644 (file)
@@ -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.