From 3eb9e504e36b608c56a9fb7bf59a54c764a242c2 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 25 Oct 2013 15:37:03 -0700 Subject: [PATCH] go.tools/go/types: update a TODO comment (not a TODO anymore) R=adonovan TBR=adonovan CC=golang-dev https://golang.org/cl/17440043 --- go/types/stdlib_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/types/stdlib_test.go b/go/types/stdlib_test.go index 7e451d01..05a23c0f 100644 --- a/go/types/stdlib_test.go +++ b/go/types/stdlib_test.go @@ -126,7 +126,7 @@ func TestStdfixed(t *testing.T) { testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"), "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) + "issue3924.go", // incorrect test - see issue 6671 "issue4847.go", // TODO(gri) initialization cycle error not found ) }