Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jul 15, 2022
1 parent 85c557f commit 5c97ff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/compiletest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ fn run_tests(mode: Mode, path: &str, target: Option<String>) -> Result<()> {
path_filter: path_filter.collect(),
program: miri_path(),
output_conflict_handling,
manifest_path: use_std.then(|| std::env::current_dir().unwrap().join("test_dependencies").join("Cargo.toml")),
manifest_path: use_std
.then(|| std::env::current_dir().unwrap().join("test_dependencies").join("Cargo.toml")),
dependency_builder: Some(DependencyBuilder {
program: PathBuf::from("bash"),
args: vec![
Expand Down

0 comments on commit 5c97ff3

Please sign in to comment.