Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Nov 11, 2023
1 parent c429440 commit c1c9306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_dir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ mod test {
#[test]
fn build_dir_debug_form() {
let options = Options::default();
let workspace = Workspace::open(Utf8Path::new("testdata/tree/factorial")).unwrap();
let workspace = Workspace::open("testdata/tree/factorial").unwrap();
let build_dir = BuildDir::new(&workspace.dir, &options, &Console::new()).unwrap();
let debug_form = format!("{build_dir:?}");
assert!(
Expand Down

0 comments on commit c1c9306

Please sign in to comment.