From 97ea867690314be089744a52931b42a7f6a291a1 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 25 Jul 2009 11:27:37 +0000 Subject: MultiTestRunner: Validate '&&' at the end of RUN lines. - This is just to normalize, these will go away soon hopefully. Added all the missing '&&'s that have crept in. :) llvm-svn: 77062 --- clang/test/Driver/default-toolchain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clang/test/Driver/default-toolchain.c') diff --git a/clang/test/Driver/default-toolchain.c b/clang/test/Driver/default-toolchain.c index 216394fe97d..0e8a02679e8 100644 --- a/clang/test/Driver/default-toolchain.c +++ b/clang/test/Driver/default-toolchain.c @@ -1,8 +1,8 @@ -// RUN: clang -ccc-host-triple i386-unknown-unknown -m64 -v 2> %t +// RUN: clang -ccc-host-triple i386-unknown-unknown -m64 -v 2> %t && // RUN: grep 'Target: x86_64-unknown-unknown' %t && -// RUN: clang -ccc-host-triple i386-apple-darwin9 -arch ppc -m64 -v 2> %t +// RUN: clang -ccc-host-triple i386-apple-darwin9 -arch ppc -m64 -v 2> %t && // RUN: grep 'Target: powerpc64-apple-darwin9' %t && -// RUN: clang -ccc-host-triple i386-apple-darwin9 -arch ppc64 -m32 -v 2> %t +// RUN: clang -ccc-host-triple i386-apple-darwin9 -arch ppc64 -m32 -v 2> %t && // RUN: grep 'Target: powerpc-apple-darwin9' %t -- cgit v1.2.3