Skip to content

Commit c592e05

Browse files
committed
Reenable Gc.compact in Gc tests
1 parent 0ff08b9 commit c592e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gc/stm_tests_spec.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ let alloc_cmds, gc_cmds =
218218
1, return (Major_slice 0); (* cornercase: "If n = 0, the GC will try to do enough work to ensure that the next automatic slice has no work to do" *)
219219
1, return Major;
220220
1, return Full_major;
221-
(* 1, return Compact; *) (* Temporarily omit Gc.compact to silence the remaining issues: #470 and #480 *)
221+
1, return Compact;
222222
]) @ alloc_cmds in
223223
if Sys.(ocaml_release.major,ocaml_release.minor) > (5,3)
224224
then (1, Gen.return Counters)::gc_cmds (* known problem with Counters on <= 5.2: https://github.com/ocaml/ocaml/pull/13370 *)

0 commit comments

Comments
 (0)