]> Cypherpunks repositories - gostls13.git/commit
cmd/go: format temporary Go files in testsuite
authorIan Lance Taylor <iant@golang.org>
Thu, 11 Jun 2015 19:32:11 +0000 (12:32 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 19 Jun 2015 00:53:56 +0000 (00:53 +0000)
commit18d9a8d05f5c9f13b8c2a06ce3a11a2c04d19536
tree7942f80fa55f48bf7d9cb6e3e7470032114ec49f
parent9f3a2d5f9abb148c4e543a3e7046b46d0bb9cc07
cmd/go: format temporary Go files in testsuite

Indent the temporary file source code embedded in go_test.go, so that
we don't have temporary Go code in the first column.

No real changes to the tests, just formatting.

Change-Id: I416b4a812c8db452ea61afe63a00989ec598c228
Reviewed-on: https://go-review.googlesource.com/10926
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/go_test.go