]> Cypherpunks repositories - gostls13.git/commit
test: Match gccgo error messages.
authorIan Lance Taylor <iant@golang.org>
Tue, 31 Aug 2010 22:48:04 +0000 (15:48 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 31 Aug 2010 22:48:04 +0000 (15:48 -0700)
commit7a05b0f235fe27262e6ae8b3dc737a8d1e689808
tree639e3c3aca4eccbcebbf7e37fe4cdd34c45880a9
parent9f46962c3b3c423485ec5a0ae452e1522bf261a5
test: Match gccgo error messages.

Another case where gccgo and gc report similar but not
identical errors for a recursive interface.

bug251.go:11: error: invalid recursive interface

R=rsc
CC=golang-dev
https://golang.org/cl/2094041
test/fixedbugs/bug251.go