Fix test_decode_branch_backwards failing

This commit is contained in:
Michel Heily 2019-06-28 13:09:30 +03:00
parent 5245f0780c
commit 3429b67c41

View file

@ -467,7 +467,7 @@ mod tests {
(decoded.pc as i32).wrapping_add(decoded.branch_offset()),
0x10
);
assert_eq!(format!("{}", decoded), "b\t0x10");
assert_eq!(format!("{}", decoded), "bl\t0x10");
}
#[test]