For PR1319:
Fix test syntax per new rules.
llvm-svn: 36133
diff --git a/llvm/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx b/llvm/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx
index 77ac17b..9a4541b 100644
--- a/llvm/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx
+++ b/llvm/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx
@@ -3,7 +3,7 @@
; it makes a ton of annoying overlapping live ranges. This code should not
; cause spills!
;
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -stats 2>&1 | not grep spilled
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -stats |& not grep spilled
target endian = little
target pointersize = 32