Skip to content

Commit c2fa923

Browse files
committed
Make QCheck2.state.res immutable
1 parent 53476ad commit c2fa923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/QCheck2.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ module Test = struct
15671567
step: 'a step;
15681568
handler : 'a handler;
15691569
rand: RS.t;
1570-
mutable res: 'a TestResult.t;
1570+
res: 'a TestResult.t;
15711571
mutable cur_count: int; (** number of iterations remaining to do *)
15721572
mutable cur_max_gen: int; (** maximum number of generations allowed *)
15731573
mutable cur_max_fail: int; (** maximum number of counter-examples allowed *)

0 commit comments

Comments
 (0)