mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
fix tests
This commit is contained in:
@@ -765,9 +765,11 @@ func TestProcessModules(t *testing.T) {
|
||||
} else {
|
||||
switch runtime.GOARCH {
|
||||
case "amd64":
|
||||
arch = 64
|
||||
case "arm64":
|
||||
arch = 64
|
||||
case "386":
|
||||
arch = 64
|
||||
case "arm":
|
||||
arch = 32
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user