Remove tests depending on ocaml cratenightly-2021.07.23
commite72145a820a582f8a58c1d03e771cca83ef70a12
authorSam Goldman <[email protected]>
Fri, 23 Jul 2021 01:14:53 +0000 (22 18:14 -0700)
committerFacebook GitHub Bot <[email protected]>
Fri, 23 Jul 2021 01:16:26 +0000 (22 18:16 -0700)
tree3bd99c82e090513afa3db87b88a5ce6842a2423a
parentf7a5f72afcbdf492262ac52514624cfe60f04139
Remove tests depending on ocaml crate

Summary:
The version of the ocaml crate vendored into fbcode does not support OCaml
4.10.0 and later. I spent some time trying to update the crate, but it has build
rules that make assumptions about ENV and paths that we can't reasonably
provide.

It seems like the only code depending on this crate are these tests, which seem
to be testing the behavior of the crate itself.

If this is the case, then I think it's simpler to just remove these tests!

Differential Revision: D29862315

fbshipit-source-id: 3e1424561d6fae97f8187ce5619af0d42706b980
hphp/hack/test/rust/cargo/gc_ocaml_rust_lib/Cargo.toml [deleted file]
hphp/hack/test/rust/cargo/ocaml_rust_crash_lib/Cargo.toml [deleted file]
hphp/hack/test/rust/gc_ocaml_rust.ml [deleted file]
hphp/hack/test/rust/gc_ocaml_rust.rs [deleted file]
hphp/hack/test/rust/ocaml_rust_crash.ml [deleted file]
hphp/hack/test/rust/ocaml_rust_crash.rs [deleted file]