mirror of https://github.com/golang/go.git
misc/cgo/testplugin: fix typo in comment
Change-Id: I7d1a5f6936505dff8f765541b5102dcbcd6ae835 Reviewed-on: https://go-review.googlesource.com/c/go/+/235924 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
612da6bf19
commit
0eb9767caa
|
|
@ -32,7 +32,7 @@ func TestMain(m *testing.M) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func testMain(m *testing.M) int {
|
func testMain(m *testing.M) int {
|
||||||
// Copy testdata into GOPATH/src/testarchive, along with a go.mod file
|
// Copy testdata into GOPATH/src/testplugin, along with a go.mod file
|
||||||
// declaring the same path.
|
// declaring the same path.
|
||||||
|
|
||||||
GOPATH, err := ioutil.TempDir("", "plugin_test")
|
GOPATH, err := ioutil.TempDir("", "plugin_test")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue