Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / test / ExecutionEngine / MCJIT / 2003-01-09-SARTest.ll
index ed58e118437769e014f56fb18189c26171336ee7..f76f998328254da11855f7806aa829a14695355a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli %s > /dev/null
+; RUN: %lli_mcjit %s > /dev/null
 
 ; We were accidentally inverting the signedness of right shifts.  Whoops.