mirror of
https://github.com/golang/go
synced 2024-11-24 23:27:57 -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:
parent
c6810e76ed
commit
054a0c338f
@ -164,7 +164,7 @@ importpath=$(gomake -s importpath)
|
|||||||
echo 'import "./_xtest_"'
|
echo 'import "./_xtest_"'
|
||||||
fi
|
fi
|
||||||
echo 'import "testing"'
|
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
|
echo 'import __regexp__ "regexp"' # rename in case tested package is called regexp
|
||||||
# test array
|
# test array
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user