Преглед изворни кода

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 пре 10 година
родитељ
комит
76c2dd9e94
1 измењених фајлова са 1 додато и 1 уклоњено
  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)",