diff options
Diffstat (limited to 'test/Bindings/OCaml/executionengine.ml')
-rw-r--r-- | test/Bindings/OCaml/executionengine.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Bindings/OCaml/executionengine.ml b/test/Bindings/OCaml/executionengine.ml index 1de2cfb7fefd..6d9abe728805 100644 --- a/test/Bindings/OCaml/executionengine.ml +++ b/test/Bindings/OCaml/executionengine.ml @@ -1,7 +1,7 @@ (* RUN: cp %s %T/executionengine.ml - * RUN: %ocamlc -g -warn-error A -package llvm.executionengine -linkpkg %T/executionengine.ml -o %t + * RUN: %ocamlc -g -w +A -package llvm.executionengine -linkpkg %T/executionengine.ml -o %t * RUN: %t - * RUN: %ocamlopt -g -warn-error A -package llvm.executionengine -linkpkg %T/executionengine.ml -o %t + * RUN: %ocamlopt -g -w +A -package llvm.executionengine -linkpkg %T/executionengine.ml -o %t * RUN: %t * REQUIRES: native, object-emission * XFAIL: vg_leak |