Skip to content

Commit

Permalink
Fix file tree cache benchmark building
Browse files Browse the repository at this point in the history
These need to be updated to use the new Path.Source.t

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
  • Loading branch information
rgrinberg committed Apr 24, 2019
1 parent 599b787 commit 194125e
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 194125e

Please sign in to comment.