Skip to content

Commit

Permalink
api: remove testing Context accessors from go1.8.txt
Browse files Browse the repository at this point in the history
Fixes the build.

Updates golang#18199

Change-Id: Ibf029ba9f9293d1f3d49c1c8773fc262159a5d5b
Reviewed-on: https://go-review.googlesource.com/34242
Reviewed-by: Brad Fitzpatrick <[email protected]>
Run-TryBot: Brad Fitzpatrick <[email protected]>
  • Loading branch information
bradfitz authored and dsnet committed Dec 9, 2016
1 parent 3c04661 commit 3a067cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/go1.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a067cc

Please sign in to comment.