diff --git a/go/types/stdlib_test.go b/go/types/stdlib_test.go index 11d8ba92..7e451d01 100644 --- a/go/types/stdlib_test.go +++ b/go/types/stdlib_test.go @@ -124,7 +124,6 @@ func TestStdtest(t *testing.T) { func TestStdfixed(t *testing.T) { testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"), - "bug165.go", // TODO(gri) isComparable not working for incomplete struct type "bug223.go", "bug413.go", "bug459.go", // TODO(gri) complete initialization checks "bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore "issue3924.go", // TODO(gri) && and || produce bool result (not untyped bool)