diff options
| author | Alex Brainman <alex.brainman@gmail.com> | 2013-05-15 15:34:47 +1000 |
|---|---|---|
| committer | Alex Brainman <alex.brainman@gmail.com> | 2013-05-15 15:34:47 +1000 |
| commit | 3de593d94bd7c9c1e75afcc45f5ca89b629d5e64 (patch) | |
| tree | 20ecac7003cc51abc87d07e479f554cb54c483ba | |
| parent | 512ec7036ec497969bb085a520544ad61a4a5cc0 (diff) | |
| download | go-3de593d94bd7c9c1e75afcc45f5ca89b629d5e64.tar.xz | |
misc/cgo/test: add missing import
Fixes windows build.
R=golang-dev
CC=golang-dev
https://golang.org/cl/9429043
| -rw-r--r-- | misc/cgo/test/issue5337w.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/cgo/test/issue5337w.go b/misc/cgo/test/issue5337w.go index f2719d3d7e..14720a94d5 100644 --- a/misc/cgo/test/issue5337w.go +++ b/misc/cgo/test/issue5337w.go @@ -6,4 +6,6 @@ package cgotest +import "testing" + func test5337(t *testing.T) {} |
