commit | 7d7362fd43cdc78a69721df711fb9f17723cfeee | [log] [tgz] |
---|---|---|
author | Argiris Kirtzidis <akyrtzi@gmail.com> | Sun Oct 05 00:08:56 2008 +0000 |
committer | Argiris Kirtzidis <akyrtzi@gmail.com> | Sun Oct 05 00:08:56 2008 +0000 |
tree | 4fdd976ec06361e37936e43562e2ca49759705e5 | |
parent | 74b477c0d77fecbf658d682d5e7529fd5fd4eb7b [diff] [blame] |
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 fc322ad..27a2782 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];