Skip to content

Commit

Permalink
test for #38
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 15, 2016
1 parent 243d7be commit e630eb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/foo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,10 @@ let strange_string = " \"
(*$Q & ~max_gen:1000000 ~count:1000000
(Q.make (fun _ -> ())) (fun () -> true)
*)

(* issue #38 *)
(*$Q & ~count:1_000_000 ~max_fail:3_000
(Q.make ~print:string_of_int ~small:(fun i -> i) \
(fun s -> Random.State.int s 1000)) \
(fun i -> i = i + 1)
*)

0 comments on commit e630eb7

Please sign in to comment.