]> Cypherpunks.ru repositories - gostls13.git/commit
test: Match gccgo error messages.
authorIan Lance Taylor <iant@golang.org>
Fri, 10 Sep 2010 19:45:46 +0000 (12:45 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 10 Sep 2010 19:45:46 +0000 (12:45 -0700)
commitdbc226d5a1dba021e386a9a90765d5f34cde9946
tree60f1685fd688a05ef128752a8447292f86749c0f
parentd1b434b839357206484f94de1e9dc5343f62551f
test: Match gccgo error messages.

gccgo does not handle 'new' specially here.

varerr.go:10:6: error: reference to undefined name ‘asdf’
varerr.go:12:6: error: invalid left hand side of assignment

R=rsc
CC=golang-dev
https://golang.org/cl/2139045
test/varerr.go