commit | c9c042c2a8fc6a6c515a873c17737d95c77d1852 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed May 06 06:00:28 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed May 06 06:00:28 2009 +0000 |
tree | 1589d0d342972bdfa18d65c179fb045054370a50 | |
parent | 500aec477c82660adda912c35b634006017933be [diff] [blame] |
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 0a5aa07..58d293f 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