File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module Make : functor (Spec : STM_base.Spec) ->
2626 (* * Parallel agreement test based on [Domain] which combines [repeat] and [~retries] *)
2727
2828 val neg_agree_test_par : count :int -> name :string -> QCheck.Test .t
29- (* * An negative agreement test (for convenience). Accepts two labeled parameters:
29+ (* * A negative agreement test (for convenience). Accepts two labeled parameters:
3030 [count] is the test count and [name] is the printed test name. *)
3131
3232 end
Original file line number Diff line number Diff line change 11open QCheck
22open STM_spec
3- (* * A revised state machine framework with parallel testing.
4- This version does not come with built-in GC commands. *)
3+ (* * Internal helper module to build STM tests. *)
54
65
76(* * Derives a test framework from a state machine specification. *)
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ module Make : functor (Spec : STM_base.Spec) ->
2121 [count] is the test count and [name] is the printed test name. *)
2222
2323 val neg_agree_test : count :int -> name :string -> QCheck.Test .t
24- (* * An negative agreement test (for convenience). Accepts two labeled parameters:
24+ (* * A negative agreement test (for convenience). Accepts two labeled parameters:
2525 [count] is the test count and [name] is the printed test name. *)
2626 end
Original file line number Diff line number Diff line change 1+ (* * Module with combinators and definitions to specify an STM test *)
2+
13(* * Extensible type to represent result values *)
24type 'a ty = ..
35
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module Make : functor (Spec : STM_base.Spec) ->
1515 (* * Concurrent agreement test based on [Thread] which combines [repeat] and [~retries] *)
1616
1717 val neg_agree_test_conc : count :int -> name :string -> QCheck.Test .t
18- (* * An negative agreement test (for convenience). Accepts two labeled parameters:
18+ (* * A negative agreement test (for convenience). Accepts two labeled parameters:
1919 [count] is the test count and [name] is the printed test name. *)
2020
2121 end
You can’t perform that action at this time.
0 commit comments