]> Cypherpunks repositories - gostls13.git/commit
test: s/float/float32/
authorIan Lance Taylor <iant@golang.org>
Thu, 13 Dec 2012 23:11:31 +0000 (15:11 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 13 Dec 2012 23:11:31 +0000 (15:11 -0800)
commitcc5682dcc5aefca37974818b9695a424e8eea368
tree85fbb5b8b5d0b110e381283ca641ba67acbcc268
parent473441fc3086567f56473ba59a42cb8a4b859276
test: s/float/float32/

I just committed a patch to gccgo that notices that float was
never defined, causing an additional unmatched error message.
Rename the type to avoid that message.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/6947049
test/fixedbugs/bug085.go
test/fixedbugs/bug228.go