fix bench

This commit is contained in:
Simon Cruanes 2015-10-23 16:30:22 +02:00
parent e1e51470f1
commit 89f30e2891

View file

@ -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