diff options
Diffstat (limited to 'test/armv7.rs')
-rw-r--r-- | test/armv7.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/armv7.rs b/test/armv7.rs index d91b786..09f5333 100644 --- a/test/armv7.rs +++ b/test/armv7.rs @@ -167,15 +167,6 @@ fn test_decode_mov() { #[test] fn test_decode_arithmetic() { test_decode( - [0x58, 0x37, 0x01, 0x40], - Instruction { - condition: ConditionCode::MI, - opcode: Opcode::AND, - operands: Operands::ThreeOperand(3, 1, 8), - s: false - } - ); - test_decode( [0x18, 0x1d, 0x00, 0x00], Instruction { condition: ConditionCode::EQ, |