mirror of
https://github.com/golang/go
synced 2024-11-18 23:05:06 -07:00
go.tools/go/types: fix build
(I inadvertently submitted a modified file.) R=adonovan CC=golang-dev https://golang.org/cl/22750044
This commit is contained in:
parent
cfc002f30b
commit
d1184e294e
2
go/types/testdata/stmt0.src
vendored
2
go/types/testdata/stmt0.src
vendored
@ -53,7 +53,7 @@ func assignments1() {
|
||||
|
||||
f -= 1
|
||||
f /= 0
|
||||
f = float32(1.0)/0
|
||||
f = float32(0)/0 /* ERROR "division by zero" */
|
||||
f -= "foo" /* ERROR "cannot convert.*float64" */
|
||||
|
||||
c *= 1
|
||||
|
Loading…
Reference in New Issue
Block a user