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