]> Cypherpunks repositories - gostls13.git/commit
runtime: really wait for goroutines in testSemaHandoff
authorIan Lance Taylor <iant@golang.org>
Thu, 13 Feb 2020 04:17:16 +0000 (20:17 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 22 Feb 2020 04:08:12 +0000 (04:08 +0000)
commit5912f4fc376013897998747bd81602dce962072b
treeab5f4bb0bfd50126f4cbd6acee7821ea12c0cd75
parentaf686da46ffeb463c113607bac3ec5e8f53acaf9
runtime: really wait for goroutines in testSemaHandoff

The code has a comment saying that it waited for the goroutines,
but it didn't actually do so.

Change-Id: Icaeb40613711053a9f443cc34143835560427dda
Reviewed-on: https://go-review.googlesource.com/c/go/+/219277
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/sema_test.go