mirror of
https://github.com/golang/sys.git
synced 2026-02-08 19:56:04 +03:00
SockaddrCAN: remove test for "ifindex too big"
does not compile on i386 due to integer size
This commit is contained in:
@@ -594,13 +594,6 @@ func TestSockaddrCAN_sockaddr(t *testing.T) {
|
||||
},
|
||||
err: EINVAL,
|
||||
},
|
||||
{
|
||||
name: "ifindex to big",
|
||||
sa: &SockaddrCAN{
|
||||
Ifindex: 0x80000000,
|
||||
},
|
||||
err: EINVAL,
|
||||
},
|
||||
}
|
||||
|
||||
for _, tt := range tests {
|
||||
|
||||
Reference in New Issue
Block a user