[OCaml] Fix some of the OCaml examples

Update some of the OCaml examples so that they run successfully with
`make check-ocaml-examples` (important for the CI). Some of the
examples were written to depend on passed arguments.

Temporarily disable the broken std_string example.
This commit is contained in:
Zackery Spytz 2019-01-03 07:34:25 -07:00
commit 1be9f5fec3
5 changed files with 12 additions and 14 deletions

View file

@ -11,4 +11,5 @@ using std::string;
#include "example.h"
%}
%include "std_string.i"
%include example.h