Replace ocamlc tests with ocamlopt tests since they're less noisy.
[oota-llvm.git] / test / Bindings / Ocaml / bitwriter.ml
index 42c8daec5d23ac685f85061b078fa56093089490..57caac7cb97d3241c1bacb829510f56ef5cdf9a0 100644 (file)
@@ -1,4 +1,4 @@
-(* RUN: %ocamlc -warn-error A llvm.cma llvm_bitwriter.cma %s -o %t 2> /dev/null
+(* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitwriter.cmxa %s -o %t
  * RUN: ./%t %t.bc
  * RUN: llvm-dis < %t.bc | grep caml_int_ty
  *)