]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testshared: call flag.Parse in TestMain
authorHiroshi Ioka <hirochachacha@gmail.com>
Tue, 15 Aug 2017 11:53:49 +0000 (20:53 +0900)
committerIan Lance Taylor <iant@golang.org>
Tue, 15 Aug 2017 13:58:48 +0000 (13:58 +0000)
commite6cbf98d696c0b8e800951698de1d30d15cae03f
tree8c79d7d11d88600b2ed7df4b09f5dcfdd86391fb
parentc59b495963851d971036eb88a77b5c81db3a0982
misc/cgo/testshared: call flag.Parse in TestMain

Otherwise, some test flags don't work.

Change-Id: Iacf3930d0eec28e4d690cd382adbb2ecf866a0e2
Reviewed-on: https://go-review.googlesource.com/55615
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
misc/cgo/testshared/shared_test.go