fix an oversight which caused us to compile the testcase (and other
[oota-llvm.git] / test / ExecutionEngine / test-arith.ll
index 8c51e6b2e22486d2f524a17a841a2645e99e1c82..354ecd24bc83bffcde2484a7d898423592dbab0c 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as %s -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: lli %s > /dev/null
 
 define i32 @main() {
        %A = add i8 0, 12               ; <i8> [#uses=1]