Improved function names
This commit is contained in:
parent
37e222e022
commit
871ebc147f
19 changed files with 94 additions and 114 deletions
|
@ -33,7 +33,7 @@ func TestPopRegister(t *testing.T) {
|
|||
|
||||
for _, pattern := range usagePatterns {
|
||||
t.Logf("pop %s", pattern.Register)
|
||||
code := x64.PopReg(nil, pattern.Register)
|
||||
code := x64.PopRegister(nil, pattern.Register)
|
||||
assert.DeepEqual(t, code, pattern.Code)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue