Commit 76c2dd9e authored by David Symonds's avatar David Symonds

context: Increase a gccgo-specific alloc limit.

Change-Id: I526ecbab37b68d689ddffa60c2e231099c1477b6
Reviewed-on: https://go-review.googlesource.com/13056Reviewed-by: 's avatarDave Day <djd@golang.org>
parent 19fe7f4f
......@@ -375,7 +375,7 @@ func TestAllocs(t *testing.T) {
<-c.Done()
},
limit: 8,
gccgoLimit: 13,
gccgoLimit: 15,
},
{
desc: "WithCancel(bg)",
......
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