Renamed arm64 to arm
This commit is contained in:
parent
05f6a015dc
commit
8fe663ece1
4 changed files with 15 additions and 15 deletions
12
src/arm/Registers_test.go
Normal file
12
src/arm/Registers_test.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package arm_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/arm"
|
||||
"git.akyoto.dev/go/assert"
|
||||
)
|
||||
|
||||
func TestRegisters(t *testing.T) {
|
||||
assert.NotNil(t, arm.SyscallInputRegisters)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue