Skip to content

Commit 4a67684

Browse files
authored
test(compare): remove outdated comment
Follow-up of rust-lang#14161 (comment)
1 parent d1b5f07 commit 4a67684

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/cargo-test-support/src/compare.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,6 @@ fn add_common_redactions(subs: &mut snapbox::Redactions) {
201201
)
202202
.unwrap();
203203

204-
// Following 3 subs redact:
205-
// "1719325877.527949100s, 61549498ns after last build at 1719325877.466399602s"
206-
// "1719503592.218193216s, 1h 1s after last build at 1719499991.982681034s"
207-
// into "[DIRTY_REASON_NEW_TIME], [DIRTY_REASON_DIFF] after last build at [DIRTY_REASON_OLD_TIME]"
208204
subs.insert(
209205
"[TIME_DIFF_AFTER_LAST_BUILD]",
210206
regex!(r"(?<redacted>[0-9]+(\.[0-9]+)?s, (\s?[0-9]+(\.[0-9]+)?(s|ns|h))+ after last build at [0-9]+(\.[0-9]+)?s)"),

0 commit comments

Comments
 (0)