Commit bc6bdcf
committed
Merge rust-bitcoin/rust-bitcoin#5273: Add exception for
b7aa867 Add exception for resize_if_needed mutant (Jamil Lambert, PhD)
Pull request description:
Mutation testing changes a `*=` to `+=` in the function that increases the buffer size when needed. The difference is purely performant and testing it adds no value.
Exclude the mutant.
Closes #5267
ACKs for top commit:
apoelstra:
ACK b7aa867; successfully ran local tests
tcharding:
ACK b7aa867
Tree-SHA512: 4f88157bbe52b7a1a05d8947290bfd493be7a48b93cadc8b5bbff701a0358157a525b0248ab18655d45c0adde8ddab47a3058ddd8f6d8bb49657bb8758e38160resize_if_needed mutant1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments