From 71b6dfeb195e0b022aaef1351748b2b1a5c23b9c Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 14 Mar 2014 10:34:06 -0700 Subject: [PATCH] go.tools/go/types: correct a comment (was pointing at wrong issue) LGTM=adonovan R=adonovan CC=golang-codereviews https://golang.org/cl/76160044 --- 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 65ac0311..9c4bf742 100644 --- a/go/types/stdlib_test.go +++ b/go/types/stdlib_test.go @@ -125,7 +125,7 @@ func TestStdTest(t *testing.T) { func TestStdFixed(t *testing.T) { testTestDir(t, filepath.Join(runtime.GOROOT(), "test", "fixedbugs"), "bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore - "bug459.go", // likely incorrect test - see issue 6793 (pending spec clarification) + "bug459.go", // likely incorrect test - see issue 6703 (pending spec clarification) "issue3924.go", // likely incorrect test - see issue 6671 (pending spec clarification) ) }