]> Cypherpunks repositories - gostls13.git/commitdiff
net: fix intentional build breakage introduced in 12413043
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 6 Aug 2013 10:43:36 +0000 (14:43 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 6 Aug 2013 10:43:36 +0000 (14:43 +0400)
R=alex.brainman
CC=golang-dev
https://golang.org/cl/12502044

src/pkg/net/tcp_test.go

index dedd41df9489774064a54fbbbc746e1bd6e079c1..c2a3bb3e1120118e7fb6cba296556f98143fce9c 100644 (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":