]> Cypherpunks repositories - gostls13.git/commit
test: match gccgo error messages
authorIan Lance Taylor <iant@golang.org>
Sat, 24 Sep 2011 04:23:40 +0000 (21:23 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 24 Sep 2011 04:23:40 +0000 (21:23 -0700)
commit8a06936ea18d9df793622460968590f654d76b2b
treed2c9ad040eef1d931d5a70f9e37a2038f24a821a
parent10b23e7fc94c6a89db2739080ba3c5e0fcbcaee9
test: match gccgo error messages

bug340.go:14:7: error: expected type
bug340.go:15:4: error: reference to undefined field or method ‘x’

bug350.go:12:1: error: redefinition of ‘m’
bug350.go:11:1: note: previous definition of ‘m’ was here
bug350.go:15:1: error: redefinition of ‘p’
bug350.go:14:1: note: previous definition of ‘p’ was here

bug351.go:12:6: error: non-name on left side of ‘:=’

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5127041
test/fixedbugs/bug340.go
test/fixedbugs/bug350.go
test/fixedbugs/bug351.go