Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit.
llvm-svn: 51357
diff --git a/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll b/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
index ff758cf..6dee717 100644
--- a/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
+++ b/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
; Testcase distilled from 256.bzip2.