1
0
mirror of https://github.com/golang/go synced 2024-09-25 09:10:14 -06: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:
Alex Brainman 2013-05-15 15:34:47 +10:00
parent 512ec7036e
commit 3de593d94b

View File

@ -6,4 +6,6 @@
package cgotest
import "testing"
func test5337(t *testing.T) {}