Commit b83b0111 authored by Mikio Hara's avatar Mikio Hara

net: fix vet missed format error in test

Change-Id: I73c0aeb4b27fec84149c8e89753b27ff2190eabf
Reviewed-on: https://go-review.googlesource.com/10074Reviewed-by: default avatarAlex Brainman <alex.brainman@gmail.com>
parent 85a15778
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment