There was an error while loading. Please reload this page.
1 parent 6f3c87c commit 5e3e123Copy full SHA for 5e3e123
1 file changed
test/kcas_data/queue_test_stm.ml
@@ -30,8 +30,7 @@ module Spec = struct
30
[
31
Gen.int |> Gen.map (fun x -> Push x);
32
Gen.return Take_opt;
33
- Gen.return Peek_opt;
34
- Gen.return Length;
+ Gen.return Length |> Gen.map (fun _ -> Peek_opt);
35
]
36
|> Gen.oneof |> make ~print:show_cmd
37
0 commit comments