Author: akirtzidis
Date: Fri Nov  7 08:28:18 2008
New Revision: 58851

URL: http://llvm.org/viewvc/llvm-project?rev=58851&view=rev
Log:
Append the test runs with '&&'.

Modified:
    cfe/trunk/test/Analysis/array-struct.c

Modified: cfe/trunk/test/Analysis/array-struct.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/array-struct.c?rev=58851&r1=58850&r2=58851&view=diff

==============================================================================
--- cfe/trunk/test/Analysis/array-struct.c (original)
+++ cfe/trunk/test/Analysis/array-struct.c Fri Nov  7 08:28:18 2008
@@ -1,4 +1,4 @@
-// RUN: clang -checker-simple -verify %s
+// RUN: clang -checker-simple -verify %s &&
 // RUN: clang -checker-simple -analyzer-store-region -verify %s
 
 struct s {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to