]> Cypherpunks repositories - gostls13.git/commit
test: Match gccgo error messages.
authorIan Lance Taylor <iant@golang.org>
Fri, 10 Sep 2010 19:44:37 +0000 (12:44 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 10 Sep 2010 19:44:37 +0000 (12:44 -0700)
commitd1b434b839357206484f94de1e9dc5343f62551f
tree331e065dddc0243eaf5c0eb145001d2aca60d2fc
parentb2d540acacdf5d0a57140561bebfcac91d146784
test: Match gccgo error messages.

undef.go:12:6: error: reference to undefined name ‘x’
undef.go:13:6: error: reference to undefined name ‘x’
undef.go:14:6: error: reference to undefined name ‘x’
undef.go:22:25: error: reference to undefined name ‘y’
undef.go:42:11: error: reference to undefined name ‘v’

R=rsc
CC=golang-dev
https://golang.org/cl/2152045
test/undef.go