mirror of
https://github.com/golang/sys.git
synced 2026-02-09 04:06:04 +03:00
fix tests
This commit is contained in:
@@ -769,7 +769,7 @@ func TestProcessModules(t *testing.T) {
|
||||
case "arm64":
|
||||
arch = 64
|
||||
case "386":
|
||||
arch = 64
|
||||
arch = 32
|
||||
case "arm":
|
||||
arch = 32
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user