From c27c92b1bca4b6bd94bfa4fd35e84e398c0b710a Mon Sep 17 00:00:00 2001 From: k1LoW Date: Mon, 12 Aug 2024 19:14:40 +0900 Subject: [PATCH] bonsai --- errors_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors_test.go b/errors_test.go index 2766e97..10b0fa0 100644 --- a/errors_test.go +++ b/errors_test.go @@ -258,7 +258,7 @@ func TestWithDefer(t *testing.T) { assertFrames(t, trace.Frames, "errors_test.m", "errors_test.m") } -func TestWithPallarel(t *testing.T) { +func TestWithGo(t *testing.T) { var err error mu := sync.Mutex{} sg := sync.WaitGroup{}