Remove two convenience constructors because they're now private, and the
[oota-llvm.git] / test / ExecutionEngine / test-call.ll
index 645396fe7585aab019bef74b1a341e25c9e8312c..a1b3cd66a3b7d5d7bd926a3bc04debd2026babec 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
 ; RUN: lli %t.bc > /dev/null
 
 declare void @exit(i32)