]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add test for blank field in composite literal
authorEmmanuel Odeke <emm.odeke@gmail.com>
Sat, 29 Apr 2017 17:50:34 +0000 (11:50 -0600)
committerMatthew Dempsky <mdempsky@google.com>
Sat, 29 Apr 2017 20:32:54 +0000 (20:32 +0000)
commit320aabbada08d72d19d190e523bb31874a61471a
tree929aa0da62da9f57d37e5df410421012cad2019a
parent34fd5db14751e5287b5dd09d7b803543713b5c67
cmd/compile: add test for blank field in composite literal

Updates #18089.

Test for that issue; it was inadvertently fixed
by CL 34988. Ensure that we don't regress on the fix.

Change-Id: Icb85fc20dbb0a47f028f088281319b552b16759d
Reviewed-on: https://go-review.googlesource.com/42173
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/fixedbugs/issue18089.go [new file with mode: 0644]