]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add test for array decomposition
authorKeith Randall <khr@golang.org>
Mon, 13 Nov 2017 18:52:35 +0000 (10:52 -0800)
committerKeith Randall <khr@golang.org>
Mon, 13 Nov 2017 20:22:22 +0000 (20:22 +0000)
commit3abf1177042e9015bcaba96860513c282263126f
tree89d81ad0ba3e33d10521c111f4a547e35c7baff7
parentd50e95261db5151955ddd3cf31241f8a2434335f
cmd/compile: add test for array decomposition

This test fails on 1.9.2, but is ok on tip.
CL 77331 has both the 1.9.2 fix and this test, and is on the 1.9 release branch.
This CL is just the test, and is on HEAD.  The buggy code doesn't exist on tip.

Update #22683

Change-Id: I04a24bd6c2d3068e18ca81da3347e2c1366f4447
Reviewed-on: https://go-review.googlesource.com/77332
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/fixedbugs/issue22683.go [new file with mode: 0644]
test/fixedbugs/issue22683.out [new file with mode: 0644]