aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorDamien Neil <dneil@google.com>2025-05-12 11:15:08 -0700
committerGopher Robot <gobot@golang.org>2025-05-20 15:46:03 -0700
commit49a660e22cb349cf13ef0a2f6214c6fdd75afda0 (patch)
treeef5e4c8825712a119dc37929cb372747b8d21230 /api
parent609197b406ce8d9efd39bd3984b2cade74df35a6 (diff)
downloadgo-49a660e22cb349cf13ef0a2f6214c6fdd75afda0.tar.xz
testing/synctest: add Test
Add a synctest.Test function, superseding the experimental synctest.Run function. Promote the testing/synctest package out of experimental status. For #67434 For #73567 Change-Id: I3c5ba030860d90fe2ddb517a2f3536efd60181a9 Reviewed-on: https://go-review.googlesource.com/c/go/+/671961 Auto-Submit: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/67434.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/next/67434.txt b/api/next/67434.txt
new file mode 100644
index 0000000000..203c55e2a6
--- /dev/null
+++ b/api/next/67434.txt
@@ -0,0 +1,2 @@
+pkg testing/synctest, func Test(*testing.T, func(*testing.T)) #67434
+pkg testing/synctest, func Wait() #67434