mirror of
https://github.com/golang/go
synced 2024-11-12 09:20:22 -07:00
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
Block a user