Skip to content

Commit 6fafc58

Browse files
authored
flambda-backend: Uncomment remainder of chi2.ml test (#2120)
1 parent 36bbb91 commit 6fafc58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testsuite/tests/lib-random/chi2.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ let _ =
9696
(let p = Int64.to_int 17766642568158577L in
9797
fun () -> Random.full_int (256 * p) / p)
9898
end;
99-
(* BACKPORT
10099
let r1 = Random.split() in
101100
let r2 = Random.split() in
102101
let r3 = Random.State.split r1 in
@@ -106,4 +105,3 @@ let _ =
106105
(fun () -> Random.State.bits r1 - Random.State.bits r2);
107106
test "Random.split (r2-r3)"
108107
(fun () -> Random.State.bits r2 - Random.State.bits r3)
109-
*)

0 commit comments

Comments
 (0)