mirror of https://github.com/golang/go.git
misc/cgo/test: add missing import
Fixes windows build. R=golang-dev CC=golang-dev https://golang.org/cl/9429043
This commit is contained in:
parent
512ec7036e
commit
3de593d94b
|
|
@ -6,4 +6,6 @@
|
|||
|
||||
package cgotest
|
||||
|
||||
import "testing"
|
||||
|
||||
func test5337(t *testing.T) {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue