Test commit access (email fix)
[oota-llvm.git] / test / ExecutionEngine / 2003-08-15-AllocaAssertion.ll
index ce5e1ed3ad8eb4d398a2d55cd01a44889da0b26f..bee409c144114e2f289de344fc1cf60f659bc207 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: %lli %s > /dev/null
 
 ; This testcase failed to work because two variable sized allocas confused the
 ; local register allocator.