mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
test: regression test for #210
This commit is contained in:
parent
f07cae6c82
commit
323a6bb40a
1 changed files with 5 additions and 0 deletions
|
|
@ -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())
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue