Fix misched-aa-colored.ll to require asserts (trying again)
[oota-llvm.git] / test / ExecutionEngine / 2003-01-09-SARTest.ll
index 81478972d57f795bca566ea37539499ef0ee67ef..ed58e118437769e014f56fb18189c26171336ee7 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as %s -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: %lli %s > /dev/null
 
 ; We were accidentally inverting the signedness of right shifts.  Whoops.