From 40b09326ee0a0674eef6ef464e919b06349966af Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 24 Oct 2013 09:09:10 -0700 Subject: [PATCH] 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 --- go/types/stdlib_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/go/types/stdlib_test.go b/go/types/stdlib_test.go index 7763dca6..94fd6f8d 100644 --- a/go/types/stdlib_test.go +++ b/go/types/stdlib_test.go @@ -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