You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, qtest is not compatibility with ounit2 at least in this case:
the test function now takes test_ctxt argument, so replace all fun () -> ...) by fun test_ctxt -> ...
i
all compatibility issues is reproduced during build ocaml gen and ocaml iter packages from opam.
The text was updated successfully, but these errors were encountered:
oUnit now is ounit2.
https://github.com/gildor478/ounit#transition-to-ounit2
Also, qtest is not compatibility with ounit2 at least in this case:
the test function now takes test_ctxt argument, so replace all fun () -> ...) by fun test_ctxt -> ...
i
all compatibility issues is reproduced during build ocaml gen and ocaml iter packages from opam.
The text was updated successfully, but these errors were encountered: