1
0
mirror of https://github.com/golang/go synced 2024-11-24 21:10:04 -07:00

gotest: fix gofmt issue in generated _testmain.go

R=rsc, r
CC=golang-dev
https://golang.org/cl/4287074
This commit is contained in:
Brad Fitzpatrick 2011-03-23 14:23:05 -07:00
parent c6810e76ed
commit 054a0c338f

View File

@ -164,7 +164,7 @@ importpath=$(gomake -s importpath)
echo 'import "./_xtest_"'
fi
echo 'import "testing"'
echo 'import __os__ "os"' # rename in case tested package is called os
echo 'import __os__ "os"' # rename in case tested package is called os
echo 'import __regexp__ "regexp"' # rename in case tested package is called regexp
# test array
echo