aboutsummaryrefslogtreecommitdiff
path: root/test/armv7.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-12 17:28:59 -0800
committeriximeow <me@iximeow.net>2020-01-12 17:28:59 -0800
commita2aaf35628135974a57dc2e09fb2d71eab2c35e5 (patch)
tree56aa4bb2ad4355eb68170a5854f47d3e98e3caa1 /test/armv7.rs
parent458d864bf0e787c77f1958a316378cb7cf9afb62 (diff)
parentf6dd37f8dd6d9d307c881cf44b5cf1856cc4ab74 (diff)
Merge branch 'master' of remote
Diffstat (limited to 'test/armv7.rs')
-rw-r--r--test/armv7.rs9
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,