]> Cypherpunks repositories - gostls13.git/commit
test: match gccgo error messages for syntax/chan.go.
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Mar 2011 13:47:39 +0000 (06:47 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 29 Mar 2011 13:47:39 +0000 (06:47 -0700)
commit0bc37a6d22223fcae11af4af66ff19cd4ebdb60c
tree2461b6b177ea5d412034c3aefc37282dc7e380f1
parent47f4ae1a78cb09999f57b34a38913047d5d99a53
test: match gccgo error messages for syntax/chan.go.

chan.go:11:1: error: unexpected ‘}’ in channel type
chan.go:13:16: error: unexpected ‘)’ in channel type
chan.go:16:16: error: unexpected comma in channel type

R=golang-dev, rsc1
CC=golang-dev
https://golang.org/cl/4313055
test/syntax/chan.go