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:
David Symonds
2016-04-13 08:48:50 +10:00
parent 0cc50bbd65
commit fb93926129

View File

@@ -377,7 +377,7 @@ func TestAllocs(t *testing.T) {
<-c.Done()
},
limit: 8,
gccgoLimit: 15,
gccgoLimit: 16,
},
{
desc: "WithCancel(bg)",