test: regression test for #210

This commit is contained in:
Simon Cruanes 2018-03-26 11:35:21 -05:00
parent f07cae6c82
commit 323a6bb40a

View file

@ -228,3 +228,8 @@ let uniformity_test ?(size_hint=10) k rng st =
(*$T split_list
run ~st:(QCheck_runner.random_state()) ( uniformity_test 50_000 (split_list 10 ~len:3) )
*)
(*$R
let open Containers in
ignore @@ List.random_choose [1;2;3] (Random.get_state())
*)