]> Cypherpunks repositories - gostls13.git/commit
test/chan: add missing flag.Parse in doubleselect.go
author张嵩 <zs349596@gmail.com>
Fri, 21 Apr 2017 06:47:07 +0000 (23:47 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 24 Apr 2017 01:34:14 +0000 (01:34 +0000)
commit26536b2f327781ad76afe22109b94b7b193407bf
tree7f395512ef4943e7a745fd2dd88134bdf726e214
parenta73a330cdfba1d9960f4e8de3f238a00caba1a14
test/chan: add missing flag.Parse in doubleselect.go

doubleselect.go defines a flag to control the number of iterations,
but never called flag.Parse so it was unusable.

Change-Id: Ib5d0c7119e7f7c9a808dcc02d0d9cc6ba5bbc16e
Reviewed-on: https://go-review.googlesource.com/41299
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/chan/doubleselect.go