]> Cypherpunks.ru repositories - gostls13.git/commit
test: match gccgo error messages for init.go
authorIan Lance Taylor <iant@golang.org>
Sat, 26 Mar 2011 18:24:02 +0000 (11:24 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 26 Mar 2011 18:24:02 +0000 (11:24 -0700)
commitd607cb289d8a3c762a5d760274895129d6cc2dd0
tree4cb0ca9725a591e04fa21ec3714c3a7328d3c549
parenta4df525a79d3db1ede99a885724943715ea2abc4
test: match gccgo error messages for init.go

init.go:16:10: error: invalid reference to unexported identifier ‘runtime.init’
init.go:15:2: error: reference to undefined name ‘init’
init.go:17:10: error: reference to undefined name ‘init’

R=golang-dev, rsc1
CC=golang-dev
https://golang.org/cl/4289074
test/init.go