Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Dec 10, 2023
1 parent e439536 commit 1f035d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/kcas_data/queue_test_stm.ml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ module Spec = struct
[
Gen.int |> Gen.map (fun x -> Push x);
Gen.return Take_opt;
Gen.return Peek_opt;
Gen.return Length;
Gen.return Length |> Gen.map (fun _ -> Peek_opt);
]
|> Gen.oneof |> make ~print:show_cmd

Expand Down

0 comments on commit 1f035d2

Please sign in to comment.