[cfe-commits] r71096 - /cfe/branches/Apple/Dib/test/Misc/caret-diags-macros.c
Mike Stump
mrs at apple.com
Wed May 6 11:22:27 PDT 2009
Author: mrs
Date: Wed May 6 13:22:24 2009
New Revision: 71096
URL: http://llvm.org/viewvc/llvm-project?rev=71096&view=rev
Log:
Merge in 71070:
adjust this to bourne shell syntax
Modified:
cfe/branches/Apple/Dib/test/Misc/caret-diags-macros.c
Modified: cfe/branches/Apple/Dib/test/Misc/caret-diags-macros.c
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/Dib/test/Misc/caret-diags-macros.c?rev=71096&r1=71095&r2=71096&view=diff
==============================================================================
--- cfe/branches/Apple/Dib/test/Misc/caret-diags-macros.c (original)
+++ cfe/branches/Apple/Dib/test/Misc/caret-diags-macros.c Wed May 6 13:22:24 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only %s >& %t &&
+// RUN: clang-cc -fsyntax-only %s > %t 2>&1 &&
#define M1(x) x
More information about the cfe-commits
mailing list