]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove underscore from variable names in constant comparison test
authorMichael Munday <munday@ca.ibm.com>
Mon, 17 Apr 2017 18:01:07 +0000 (14:01 -0400)
committerMichael Munday <munday@ca.ibm.com>
Mon, 17 Apr 2017 18:30:01 +0000 (18:30 +0000)
commitfc2d9cdf50c968dd07c1b76ad9e5a316b39a28b5
treeebeefa06a5aab7b28d71bae3800ff6ac78569084
parent273f4497833add6bec4a0b550caf23c0b3d9b0ec
cmd/compile: remove underscore from variable names in constant comparison test

The leading underscores aren't necessary.

Change-Id: I1d4c4b681e2a29ef40a0a6cf705c3b17a49c9f65
Reviewed-on: https://go-review.googlesource.com/40873
Run-TryBot: Michael Munday <munday@ca.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/testdata/cmpConst.go
src/cmd/compile/internal/gc/testdata/gen/cmpConstGen.go