]> Cypherpunks repositories - gostls13.git/commit
database/sql, runtime: correct *.Fatal inside goroutines in tests
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Sat, 30 May 2020 00:19:42 +0000 (17:19 -0700)
committerEmmanuel Odeke <emmanuel@orijtech.com>
Sat, 31 Oct 2020 20:30:19 +0000 (20:30 +0000)
commit715d4e2e014fa54f527ee109f26a31f941196381
treefda8b9100ce3aec5ae57f79a0e5b6e08cdf409b3
parent9933f6655589b1da9da7f61f04f74d921a2d67bf
database/sql, runtime: correct *.Fatal inside goroutines in tests

Found by go vet pass "testinggoroutines".

Change-Id: I6360af2079617b7aa62dcb9bd7254578ca5d1c1d
Reviewed-on: https://go-review.googlesource.com/c/go/+/235527
Run-TryBot: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
src/database/sql/sql_test.go
src/runtime/syscall_windows_test.go