Skip to content

Commit

Permalink
Experiment: replace Gc.compact in 'cleanup' with Gc.full_major
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Dec 21, 2024
1 parent f375e25 commit 0374c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc/stm_tests_spec.ml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ let cleanup sut =
sut.lists <- [| |];
sut.bigarrays <- [| |];
Gc.set init_state;
Gc.compact ()
Gc.full_major ()
end

let precond _n _s = true
Expand Down

0 comments on commit 0374c67

Please sign in to comment.