mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
context: bump gccgo-specific alloc limit for WithTimeout test.
9d8ef8d caused an extra allocation for gccgo.
Change-Id: I6568d84009882103ec4767546599afa20c54c480
Reviewed-on: https://go-review.googlesource.com/21940
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
@@ -377,7 +377,7 @@ func TestAllocs(t *testing.T) {
|
||||
<-c.Done()
|
||||
},
|
||||
limit: 8,
|
||||
gccgoLimit: 15,
|
||||
gccgoLimit: 16,
|
||||
},
|
||||
{
|
||||
desc: "WithCancel(bg)",
|
||||
|
||||
Reference in New Issue
Block a user