]> Cypherpunks repositories - gostls13.git/commit
go/parser: initialize file set even in only some tests are run
authorRobert Griesemer <gri@golang.org>
Thu, 4 Sep 2014 17:43:03 +0000 (10:43 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 4 Sep 2014 17:43:03 +0000 (10:43 -0700)
commit43345a118b9e68f7779914cc7a965a6b8a1d585e
tree3554d3b422bd1853ff83f2e194021ba783cb42c3
parentfa9f3058e0c0ff1fc05ea76544f9e9a23fce51d8
go/parser: initialize file set even in only some tests are run

Without this fix, some tests crashed (e.g. go test -run Invalid).

LGTM=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/133580043
src/pkg/go/parser/error_test.go