aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2021-06-10 15:17:17 -0400
committerRuss Cox <rsc@golang.org>2021-07-01 18:35:33 +0000
commit877688c838c35c48f8c658891ead6c381e21f6fa (patch)
tree7477af8471e096f56480310bd80eddbd8656cdd0 /api
parentef8ae82b37657ab788f490bd757ad1b5592b952f (diff)
downloadgo-877688c838c35c48f8c658891ead6c381e21f6fa.tar.gz
go-877688c838c35c48f8c658891ead6c381e21f6fa.zip
testing: add TB.Setenv
For #41260 and #46688. Change-Id: I6f42742cc3234a90003136ae8798a6b0e1291788 Reviewed-on: https://go-review.googlesource.com/c/go/+/326790 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/go1.17.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/go1.17.txt b/api/go1.17.txt
index 8e4c0f5624..3d0a464fec 100644
--- a/api/go1.17.txt
+++ b/api/go1.17.txt
@@ -181,6 +181,7 @@ pkg syscall (windows-amd64), type SysProcAttr struct, AdditionalInheritedHandles
pkg syscall (windows-amd64), type SysProcAttr struct, ParentProcess Handle
pkg testing, method (*B) Setenv(string, string)
pkg testing, method (*T) Setenv(string, string)
+pkg testing, type TB interface, Setenv(string, string)
pkg text/template/parse, const SkipFuncCheck = 2
pkg text/template/parse, const SkipFuncCheck Mode
pkg time, const Layout = "01/02 03:04:05PM '06 -0700"