go.tools/go/types: correct a comment (was pointing at wrong issue)

LGTM=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/76160044
This commit is contained in:
Robert Griesemer 2014-03-14 10:34:06 -07:00
parent a81074af88
commit 71b6dfeb19
1 changed files with 1 additions and 1 deletions

View File

@ -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)
)
}