]> Cypherpunks.ru repositories - gostls13.git/commit
test: match gccgo error messages for cmp6.go
authorIan Lance Taylor <iant@golang.org>
Sat, 26 Mar 2011 00:51:02 +0000 (17:51 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 26 Mar 2011 00:51:02 +0000 (17:51 -0700)
commit4100d1a07c8cfb59c95234faf1b91ffdd2da6507
treef350e0b2eb609058bd2068d9bc389858fac601bb
parentf0cf7d296c94536e7ddd9622cc9770c94b11b932
test: match gccgo error messages for cmp6.go

cmp6.go:28:9: error: incompatible types in binary expression
cmp6.go:29:9: error: incompatible types in binary expression
cmp6.go:40:9: error: incompatible types in binary expression
cmp6.go:41:9: error: incompatible types in binary expression
cmp6.go:48:9: error: expected integer, floating, complex, string, pointer, boolean, interface, slice, map, channel, or function type

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4281071
test/cmp6.go