mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 11:15:38 -05:00
more tests
This commit is contained in:
parent
20240a6190
commit
6c0063f9ac
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ module Evaluator = struct
|
||||||
( clamp_if_base 3,
|
( clamp_if_base 3,
|
||||||
let+ f = gen_fun
|
let+ f = gen_fun
|
||||||
and+ csize = 1 -- 16
|
and+ csize = 1 -- 16
|
||||||
and+ l = list_size (1 -- 290) (gen 1)
|
and+ l = list_size (0 -- 290) (gen 1)
|
||||||
and+ r = oneofl [ R_add; R_max; R_add_shift ] in
|
and+ r = oneofl [ R_add; R_max; R_add_shift ] in
|
||||||
Map_arr (csize, f, l, r) );
|
Map_arr (csize, f, l, r) );
|
||||||
( clamp_if_base 2,
|
( clamp_if_base 2,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue