Skip to content

Commit

Permalink
chore: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Oct 2, 2024
1 parent 6cc967e commit c755949
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/testsuite/freshness_checksum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,8 @@ fn bust_patched_dep() {
[RUNNING] `rustc --crate-name foo [..]
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
"#]]).run();
"#]])
.run();

p.cargo("build -Zchecksum-freshness -v")
.masquerade_as_nightly_cargo(&["checksum-freshness"])
Expand Down Expand Up @@ -1703,7 +1704,8 @@ fn rebuild_on_mid_build_file_modification() {
[RUNNING] `rustc --crate-name root [..]
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
"#]]).run();
"#]])
.run();

t.join().ok().unwrap();
}
Expand Down

0 comments on commit c755949

Please sign in to comment.