net: fix intentional build breakage introduced in 12413043

R=alex.brainman
CC=golang-dev
https://golang.org/cl/12502044
This commit is contained in:
Dmitriy Vyukov 2013-08-06 14:43:36 +04:00
parent 04b1cfa946
commit 429a67e300
1 changed files with 1 additions and 1 deletions

View File

@ -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":