]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testshared: remove unused flag.Parse()
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 26 Nov 2016 15:27:29 +0000 (15:27 +0000)
committerDavid Crawshaw <crawshaw@golang.org>
Thu, 2 Feb 2017 13:40:16 +0000 (13:40 +0000)
commit329fff0db01dd1252444cf106dffe72ba20ddbc8
tree54eae66a7d240370da4284fed0da143727d4c340
parent312ea5bf8ff76d8ea4ea0b92df29de5204446b46
misc/cgo/testshared: remove unused flag.Parse()

TestMain doesn't make use of any flags.

Change-Id: I98ec582fb004045a5067618f605ccfeb1f9f4bbb
Reviewed-on: https://go-review.googlesource.com/33613
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
misc/cgo/testshared/shared_test.go