suppressed testing with non-deterministic

This commit is contained in:
nbecker 2019-02-27 13:23:49 +01:00
parent 7c0a414eee
commit d0b6332e0c

View file

@ -136,11 +136,13 @@ instance `# install_printer Containers.(List.pp Int.pp)` will *not* work out of
the box. You can make this work by writing a short module which defines the box. You can make this work by writing a short module which defines
ready-made combined printing functions, and loading that in ocamldebug. For ready-made combined printing functions, and loading that in ocamldebug. For
instance instance
```
ocaml module M = struct ```ocaml non-deterministic=command
module M = struct
let pp_int_list = Containers.(List.pp Int.pp) let pp_int_list = Containers.(List.pp Int.pp)
end end
``` ```
loaded via `# load_printer m.cmo` and installed as `# install_printer loaded via `# load_printer m.cmo` and installed as `# install_printer
M.pp_int_list`. M.pp_int_list`.