Skip to content

Commit 6753263

Browse files
committed
test(patch-files): verify patch works
1 parent 3e882be commit 6753263

File tree

2 files changed

+647
-0
lines changed

2 files changed

+647
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ static E2E_LITERAL_REDACTIONS: &[(&str, &str)] = &[
229229
("[DOCTEST]", " Doc-tests"),
230230
("[PACKAGING]", " Packaging"),
231231
("[PACKAGED]", " Packaged"),
232+
("[PATCHING]", " Patching"),
232233
("[DOWNLOADING]", " Downloading"),
233234
("[DOWNLOADED]", " Downloaded"),
234235
("[UPLOADING]", " Uploading"),

0 commit comments

Comments
 (0)