aboutsummaryrefslogtreecommitdiff
path: root/api/go1.8.txt
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-12-09 06:43:24 +0000
committerJoe Tsai <thebrokentoaster@gmail.com>2016-12-09 06:45:08 +0000
commit3a067cc812ff20327a80748c2e72bce420e837d6 (patch)
tree5d10b2313dfb57ff9226761f9066a8cf9b6c37bb /api/go1.8.txt
parent3c0466136d635fc4845484f0a98f52e66d61168b (diff)
downloadgo-3a067cc812ff20327a80748c2e72bce420e837d6.tar.gz
go-3a067cc812ff20327a80748c2e72bce420e837d6.zip
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 <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'api/go1.8.txt')
-rw-r--r--api/go1.8.txt3
1 files changed, 0 insertions, 3 deletions
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