From: Brad Fitzpatrick Date: Fri, 9 Dec 2016 06:43:24 +0000 (+0000) Subject: api: remove testing Context accessors from go1.8.txt X-Git-Tag: go1.8beta2~53 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3a067cc812ff20327a80748c2e72bce420e837d6;p=gostls13.git api: remove testing Context accessors from go1.8.txt Fixes the build. Updates #18199 Change-Id: Ibf029ba9f9293d1f3d49c1c8773fc262159a5d5b Reviewed-on: https://go-review.googlesource.com/34242 Reviewed-by: Brad Fitzpatrick Run-TryBot: Brad Fitzpatrick --- diff --git a/api/go1.8.txt b/api/go1.8.txt index 6ca0f3638c..2356d72e2b 100644 --- a/api/go1.8.txt +++ b/api/go1.8.txt @@ -250,10 +250,7 @@ pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY = 145 pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY Errno pkg testing, func CoverMode() string pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalExample) *M -pkg testing, method (*B) Context() context.Context pkg testing, method (*B) Name() string -pkg testing, method (*T) Context() context.Context pkg testing, method (*T) Name() string -pkg testing, type TB interface, Context() context.Context pkg testing, type TB interface, Name() string pkg time, func Until(Time) Duration