diff options
author | Chris Lattner <sabre@nondot.org> | 2009-05-06 06:00:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-05-06 06:00:28 +0000 |
commit | c9c042c2a8fc6a6c515a873c17737d95c77d1852 (patch) | |
tree | 1589d0d342972bdfa18d65c179fb045054370a50 | |
parent | 500aec477c82660adda912c35b634006017933be (diff) |
adjust this to bourne shell syntax
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71070 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Misc/caret-diags-macros.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |