]> Cypherpunks repositories - gostls13.git/commitdiff
api: remove testing Context accessors from go1.8.txt
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 9 Dec 2016 06:43:24 +0000 (06:43 +0000)
committerJoe Tsai <thebrokentoaster@gmail.com>
Fri, 9 Dec 2016 06:45:08 +0000 (06:45 +0000)
Fixes the build.

Updates #18199

Change-Id: Ibf029ba9f9293d1f3d49c1c8773fc262159a5d5b
Reviewed-on: https://go-review.googlesource.com/34242
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>

api/go1.8.txt

index 6ca0f3638c35e392f6922b8a798e4c2542fd91a8..2356d72e2be84a9b0cdcb4d1f7b268e14b455b1e 100644 (file)
@@ -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