Eliminate questionable syntax for stdin redirection. This probably also speeds things...
[oota-llvm.git] / test / ExecutionEngine / simplesttest.ll
index 82e8a2dc869b4df8f55150edbd0ea34601180233..fa69533fa9a30fdc0c023bb76a3757f6ee0e6c63 100644 (file)
@@ -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
 
 define i32 @main() {