aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2019-10-23 10:54:09 -0400
committerBryan C. Mills <bcmills@google.com>2020-02-21 17:46:33 +0000
commit9ca57923e222335cc63924833d5bf562962e06c9 (patch)
tree3c8b3888401db2f9e23795e88896b56a8d1fe66a /api
parent1b47fde55c3899ee50e7fab35e151645aba96e9c (diff)
downloadgo-9ca57923e222335cc63924833d5bf562962e06c9.tar.gz
go-9ca57923e222335cc63924833d5bf562962e06c9.zip
testing: testing: add (*T).Deadline method for test timeout
Fixes #28135 Change-Id: I62818595eaf4a59d8b5c26cd6848c08fec795ad1 Reviewed-on: https://go-review.googlesource.com/c/go/+/202758 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/next.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next.txt b/api/next.txt
index e69de29bb2..ecc3c4f0b6 100644
--- a/api/next.txt
+++ b/api/next.txt
@@ -0,0 +1 @@
+pkg testing, method (*T) Deadline() (time.Time, bool)