We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762efa3 commit d721019Copy full SHA for d721019
git-index/src/entry.rs
@@ -66,7 +66,7 @@ pub(crate) mod at_rest {
66
67
#[test]
68
fn flags_from_bits_with_conflict() {
69
- let input = 0b11100010_10001011;
+ let input = 0b1110_0010_1000_1011;
70
assert_eq!(Flags::from_bits(input).unwrap().bits, input);
71
}
72
0 commit comments