mirror of
https://github.com/golang/go
synced 2024-11-18 22:55:23 -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:
parent
8636f40baf
commit
40b09326ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user