mirror of https://github.com/k3s-io/k3s
Fix typecheck test error message
extra characters due to whitespace differencespull/58/head
parent
8574c38f81
commit
e415c1ec1d
|
@ -43,7 +43,7 @@ var packageCases = []struct {
|
|||
if err != unix.ENXIO {
|
||||
panic("woops")
|
||||
}
|
||||
}`, map[string]string{"linux/amd64": "", "windows/amd64": "test.go:4:13: ENXIO not declared by package unix"}},
|
||||
}`, map[string]string{"linux/amd64": "", "windows/amd64": "test.go:4:18: ENXIO not declared by package unix"}},
|
||||
// Fixed in #51984
|
||||
{`import "golang.org/x/sys/unix"
|
||||
const linuxHugetlbfsMagic = 0x958458f6
|
||||
|
|
Loading…
Reference in New Issue