mirror of https://github.com/golang/go.git
net: fix intentional build breakage introduced in 12413043
R=alex.brainman CC=golang-dev https://golang.org/cl/12502044
This commit is contained in:
parent
04b1cfa946
commit
429a67e300
|
|
@ -330,7 +330,7 @@ func TestTCPConcurrentAccept(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestTCPReadWriteMallocs(t *testing.T) {
|
||||
maxMallocs := 0
|
||||
maxMallocs := 10000
|
||||
switch runtime.GOOS {
|
||||
// Add other OSes if you know how many mallocs they do.
|
||||
case "windows":
|
||||
|
|
|
|||
Loading…
Reference in New Issue