From 49a660e22cb349cf13ef0a2f6214c6fdd75afda0 Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Mon, 12 May 2025 11:15:08 -0700 Subject: 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 LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Pratt --- api/next/67434.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 api/next/67434.txt (limited to 'api') 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 -- cgit v1.3-5-g9baa