Skip to content

Commit

Permalink
add missing paren...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jun 17, 2022
1 parent f93cd83 commit f28e9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/STM.ml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ struct
(map (fun p2' -> (seq,p1,p2')) (Shrink.list_spine p2))
<+>
(* Secondly reduce the cmd data of individual list elements *)
(shrink_triple_elems triple)
(shrink_triple_elems triple))

let arb_cmds_par seq_len par_len =
let seq_pref_gen = gen_cmds_size Spec.init_state (Gen.int_bound seq_len) in
Expand Down

0 comments on commit f28e9b6

Please sign in to comment.