mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
fix bench
This commit is contained in:
parent
e1e51470f1
commit
89f30e2891
1 changed files with 2 additions and 1 deletions
|
|
@ -989,4 +989,5 @@ module Thread = struct
|
|||
end
|
||||
|
||||
let () =
|
||||
B.Tree.run_global ()
|
||||
try B.Tree.run_global ()
|
||||
with Arg.Help msg -> print_endline msg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue