mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
net: fix vet missed format error in test
Change-Id: I73c0aeb4b27fec84149c8e89753b27ff2190eabf Reviewed-on: https://go-review.googlesource.com/10074 Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
This commit is contained in:
parent
85a1577800
commit
b83b011100
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ third:
|
|||
func TestFileError(t *testing.T) {
|
||||
switch runtime.GOOS {
|
||||
case "windows":
|
||||
t.Skip("not supported on %s", runtime.GOOS)
|
||||
t.Skipf("not supported on %s", runtime.GOOS)
|
||||
}
|
||||
|
||||
f, err := ioutil.TempFile("", "go-nettest")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue