Skip to content

Commit

Permalink
fix test for multicore
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Aug 2, 2021
1 parent f550529 commit 1b87075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CCVector.ml
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ let filter_map_in_place f v =
filter_in_place (fun s -> String.length s <= 1) v;
assert_equal 1 (length v);
assert_equal "a" (get v 0);
Gc.major();
Gc.full_major();
assert_equal None (Weak.get w 0);
*)

Expand Down

0 comments on commit 1b87075

Please sign in to comment.