]> Cypherpunks.ru repositories - gostls13.git/commit
test: add test for order of evaluation of map index on left of =
authorIan Lance Taylor <iant@golang.org>
Tue, 24 Apr 2012 17:17:26 +0000 (10:17 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 24 Apr 2012 17:17:26 +0000 (10:17 -0700)
commit76490cffaf8c54f4e014cc8d74f77abde8cba416
tree60a9fecf1f913dd5f7b68ba405d61745d2391200
parent78e4d1752e207d4c1663c131eef50842366e77db
test: add test for order of evaluation of map index on left of =

Gccgo used to get this wrong.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6121044
test/reorder.go