Skip to content

Commit c755949

Browse files
committed
chore: rustfmt
1 parent 6cc967e commit c755949

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/testsuite/freshness_checksum.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,8 @@ fn bust_patched_dep() {
15841584
[RUNNING] `rustc --crate-name foo [..]
15851585
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
15861586
1587-
"#]]).run();
1587+
"#]])
1588+
.run();
15881589

15891590
p.cargo("build -Zchecksum-freshness -v")
15901591
.masquerade_as_nightly_cargo(&["checksum-freshness"])
@@ -1703,7 +1704,8 @@ fn rebuild_on_mid_build_file_modification() {
17031704
[RUNNING] `rustc --crate-name root [..]
17041705
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
17051706
1706-
"#]]).run();
1707+
"#]])
1708+
.run();
17071709

17081710
t.join().ok().unwrap();
17091711
}

0 commit comments

Comments
 (0)