1
0
mirror of https://github.com/golang/go synced 2024-11-19 01:34:40 -07:00

go.tools/go/types: enable another test case

Working now that circular interface types are handled correcly.

R=adonovan
CC=golang-dev
https://golang.org/cl/16310046
This commit is contained in:
Robert Griesemer 2013-10-24 09:09:10 -07:00
parent 8636f40baf
commit 40b09326ee

View File

@ -126,7 +126,6 @@ func TestStdtest(t *testing.T) {
func TestStdfixed(t *testing.T) {
testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"),
"bug251.go", // TODO(gri) incorrect cycle checks for interface types
"bug165.go", // TODO(gri) isComparable not working for incomplete struct type
"bug200.go", // TODO(gri) complete duplicate checking in expr switches
"bug223.go", "bug413.go", "bug459.go", // TODO(gri) complete initialization checks