Skip to content

Commit

Permalink
Fix file tree cache benchmark building (#2077)
Browse files Browse the repository at this point in the history
Fix file tree cache benchmark building
  • Loading branch information
rgrinberg authored Apr 24, 2019
2 parents 599b787 + 194125e commit a820c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/file_tree_cache.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let setup = lazy (
Path.set_root tmp;
Path.set_build_dir (Path.Kind.of_string "_build");
let ft = (Dune_load.load ()).file_tree in
let path = Path.of_string deep_path in
let path = Path.Source.of_string deep_path in
at_exit (fun () -> Sys.remove "./dune-project");
(ft, path))

Expand Down

0 comments on commit a820c97

Please sign in to comment.