Commit 429a67e3 authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

net: fix intentional build breakage introduced in 12413043

R=alex.brainman
CC=golang-dev
https://golang.org/cl/12502044
parent 04b1cfa9
......@@ -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":
......
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