Replace ocamlc tests with ocamlopt tests since they're less noisy.
[oota-llvm.git] / test / Bindings / Ocaml / executionengine.ml
index 420a14f67c55239fbb72239f47a623d365af5363..ce56c50dcb6189d0cac985f160a8707b9c1f2961 100644 (file)
@@ -1,4 +1,4 @@
-(* RUN: %ocamlc -warn-error A llvm.cma llvm_target.cma llvm_executionengine.cma %s -o %t 2> /dev/null
+(* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %s -o %t
  * RUN: ./%t %t.bc
  *)