aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2015-08-04 10:14:46 +1000
committerDavid Symonds <dsymonds@golang.org>2015-08-04 00:20:08 +0000
commit76c2dd9e9446726219bcbc8cc5772859defd08f9 (patch)
treeaae5fae4d07ab460a812b60303c9a63fe4f07f72
parent19fe7f4f42382191e644fa98c76c915cd1815487 (diff)
downloadnet-76c2dd9e9446726219bcbc8cc5772859defd08f9.tar.gz
context: Increase a gccgo-specific alloc limit.
Change-Id: I526ecbab37b68d689ddffa60c2e231099c1477b6 Reviewed-on: https://go-review.googlesource.com/13056 Reviewed-by: Dave Day <djd@golang.org>
-rw-r--r--context/context_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/context/context_test.go b/context/context_test.go
index faf6772..e64afa6 100644
--- a/context/context_test.go
+++ b/context/context_test.go
@@ -375,7 +375,7 @@ func TestAllocs(t *testing.T) {
<-c.Done()
},
limit: 8,
- gccgoLimit: 13,
+ gccgoLimit: 15,
},
{
desc: "WithCancel(bg)",