Revert r64460. strtol and friends cannot be marked readonly, even with
[oota-llvm.git] / test / ExecutionEngine / hello.ll
index a0c5e1a48de1f841546251d2cd4fcf8f98fd84ed..0b75c10f354b8e19826f27898e2a4b8721459f1f 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
 
 @.LC0 = internal global [12 x i8] c"Hello World\00"            ; <[12 x i8]*> [#uses=1]