]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/gc: avoid generating test binary file
authorKeith Randall <khr@golang.org>
Tue, 8 Sep 2015 23:23:50 +0000 (16:23 -0700)
committerKeith Randall <khr@golang.org>
Wed, 9 Sep 2015 04:05:09 +0000 (04:05 +0000)
commit1c2975c305b2b2c32f2673c93ab51204c5a5bff5
tree79a54a7f54084ae462246e53828d911a6c4b0e0c
parent0ec72b6b9dcf0ffee1eca400deb4867010c45c6e
[dev.ssa] cmd/compile/internal/gc: avoid generating test binary file

Using the main package causes a binary to be generated.  That binary
clutters up git listings.

Use a non-main package instead, so the results of a successful
compilation are thrown away.

Change-Id: I3ac91fd69ad297a5c0fe035c22fdef290b7dfbc4
Reviewed-on: https://go-review.googlesource.com/14399
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/testdata/deferNoReturn_ssa.go