From: Chris Lattner Date: Wed, 6 May 2009 06:00:28 +0000 (+0000) Subject: adjust this to bourne shell syntax X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9c042c2a8fc6a6c515a873c17737d95c77d1852;p=clang adjust this to bourne shell syntax git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71070 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/caret-diags-macros.c b/test/Misc/caret-diags-macros.c index 0a5aa0755e..58d293fb04 100644 --- a/test/Misc/caret-diags-macros.c +++ b/test/Misc/caret-diags-macros.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only %s >& %t && +// RUN: clang-cc -fsyntax-only %s > %t 2>&1 && #define M1(x) x