Skip to content

Commit a540014

Browse files
committed
test(patch-files): verify patch works
1 parent d7a18b5 commit a540014

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
@@ -300,6 +300,7 @@ static E2E_LITERAL_REDACTIONS: &[(&str, &str)] = &[
300300
("[DOCTEST]", " Doc-tests"),
301301
("[PACKAGING]", " Packaging"),
302302
("[PACKAGED]", " Packaged"),
303+
("[PATCHING]", " Patching"),
303304
("[DOWNLOADING]", " Downloading"),
304305
("[DOWNLOADED]", " Downloaded"),
305306
("[UPLOADING]", " Uploading"),

0 commit comments

Comments
 (0)