Refactored arm package
This commit is contained in:
parent
c238e3a190
commit
f3f3ccc95f
26 changed files with 102 additions and 53 deletions
|
@ -63,6 +63,6 @@ func TestJump(t *testing.T) {
|
|||
code = arm.JumpIfLessOrEqual(pattern.Offset)
|
||||
}
|
||||
|
||||
assert.DeepEqual(t, code, pattern.Code)
|
||||
assert.Equal(t, code, pattern.Code)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue