Skip to content

Commit 476d062

Browse files
committed
test(patch-files): verify patch works
1 parent 0c28887 commit 476d062

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
@@ -262,6 +262,7 @@ static E2E_LITERAL_REDACTIONS: &[(&str, &str)] = &[
262262
("[DOCTEST]", " Doc-tests"),
263263
("[PACKAGING]", " Packaging"),
264264
("[PACKAGED]", " Packaged"),
265+
("[PATCHING]", " Patching"),
265266
("[DOWNLOADING]", " Downloading"),
266267
("[DOWNLOADED]", " Downloaded"),
267268
("[UPLOADING]", " Uploading"),

0 commit comments

Comments
 (0)