From: Argyrios Kyrtzidis Date: Sun, 5 Oct 2008 00:08:56 +0000 (+0000) Subject: Append the test runs with '&&'. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9173e91787fdce959346fd338c1e668f6d11e18f;p=clang Append the test runs with '&&'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57085 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/builtin-object-size.c b/test/Sema/builtin-object-size.c index fc322ad4e3..27a2782d0c 100644 --- a/test/Sema/builtin-object-size.c +++ b/test/Sema/builtin-object-size.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang -fsyntax-only -verify %s && // RUN: clang -fsyntax-only -triple x86_64-apple-darwin9 -verify %s int a[10];