1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:14:43 -07:00

go.tools/go/types: update a TODO comment (not a TODO anymore)

R=adonovan
TBR=adonovan
CC=golang-dev
https://golang.org/cl/17440043
This commit is contained in:
Robert Griesemer 2013-10-25 15:37:03 -07:00
parent b98997fdfe
commit 3eb9e504e3

View File

@ -126,7 +126,7 @@ func TestStdfixed(t *testing.T) {
testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"), testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"),
"bug223.go", "bug413.go", "bug459.go", // TODO(gri) complete initialization checks "bug223.go", "bug413.go", "bug459.go", // TODO(gri) complete initialization checks
"bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore "bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore
"issue3924.go", // TODO(gri) && and || produce bool result (not untyped bool) "issue3924.go", // incorrect test - see issue 6671
"issue4847.go", // TODO(gri) initialization cycle error not found "issue4847.go", // TODO(gri) initialization cycle error not found
) )
} }