Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit.

llvm-svn: 51357
diff --git a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
index 9bd6e31..1404513 100644
--- a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
+++ b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f 
+; RUN: llvm-as %s -o /dev/null -f 
 
 define void @test() {
 	call {i32} @foo()