]> Cypherpunks repositories - gostls13.git/commit
mime/multipart: fix Writer data race test
authorRui Ueyama <ruiu@google.com>
Tue, 5 Aug 2014 20:43:12 +0000 (13:43 -0700)
committerRui Ueyama <ruiu@google.com>
Tue, 5 Aug 2014 20:43:12 +0000 (13:43 -0700)
commit22e08d1a3b6fba51df3bcad9a5f0d70fefd0412d
tree67c0245f3ca8fad8ce51e865492bc3c556b471c8
parent1d371a0ed2f3d10c7b64c0de08d98e1ac194b8af
mime/multipart: fix Writer data race test

If the process exits before the spawned goroutine
completes, it'll miss the data race.

LGTM=bradfitz
R=bradfitz
CC=dvyukov, golang-codereviews
https://golang.org/cl/122120043
src/pkg/mime/multipart/writer_test.go