Adding #ifdef around TermColorMutex based on feedback from Craig Topper.
[oota-llvm.git] / test / ExecutionEngine / test-call.ll
index a1b3cd66a3b7d5d7bd926a3bc04debd2026babec..313a6c52367d8cd0da08f6fcab28f76376b682e8 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
 
 declare void @exit(i32)