mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix test for multicore
This commit is contained in:
parent
f5505297de
commit
1b87075284
1 changed files with 1 additions and 1 deletions
|
|
@ -820,7 +820,7 @@ let filter_map_in_place f v =
|
||||||
filter_in_place (fun s -> String.length s <= 1) v;
|
filter_in_place (fun s -> String.length s <= 1) v;
|
||||||
assert_equal 1 (length v);
|
assert_equal 1 (length v);
|
||||||
assert_equal "a" (get v 0);
|
assert_equal "a" (get v 0);
|
||||||
Gc.major();
|
Gc.full_major();
|
||||||
assert_equal None (Weak.get w 0);
|
assert_equal None (Weak.get w 0);
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue