Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Jul 17, 2024
1 parent 72f08e9 commit a06fc09
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 a06fc09

Please # to comment.