]> Cypherpunks repositories - gostls13.git/commit
go/ast: use single-element map in test
authorRobert Griesemer <gri@golang.org>
Thu, 20 Oct 2011 19:37:13 +0000 (12:37 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 20 Oct 2011 19:37:13 +0000 (12:37 -0700)
commite8a426aebe4968d5a27068e5aed2970a4c38f686
tree048a6d98d4341acc2ebdff1891539e5e9f7a1d89
parent22dd0ba90dfd832e5a60ec8ef5b986611e0e8fe9
go/ast: use single-element map in test

Avoids test failure due to undefined map iteration order.

R=rsc, iant, iant
CC=golang-dev
https://golang.org/cl/5297048
src/pkg/go/ast/print_test.go