]> Cypherpunks repositories - gostls13.git/commitdiff
gotest: fix gofmt issue in generated _testmain.go
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 23 Mar 2011 21:23:05 +0000 (14:23 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 23 Mar 2011 21:23:05 +0000 (14:23 -0700)
R=rsc, r
CC=golang-dev
https://golang.org/cl/4287074

src/cmd/gotest/gotest

index a1a12281847dadb55648bca8d3661d8c8b4b80a2..4cadb5c94d8209bcfc96f227684deb4904225eb2 100755 (executable)
@@ -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