Explorar o código

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>
David Symonds %!s(int64=10) %!d(string=hai) anos
pai
achega
76c2dd9e94
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      context/context_test.go

+ 1 - 1
context/context_test.go

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