From: Russ Cox Date: Mon, 31 Oct 2011 21:50:38 +0000 (-0400) Subject: test: make bug107 os.Error-proof X-Git-Tag: weekly.2011-11-01~15 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a07841e21ebe371f7b9f45cba1e0d1a8090c58fb;p=gostls13.git test: make bug107 os.Error-proof R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5306087 --- diff --git a/test/fixedbugs/bug107.go b/test/fixedbugs/bug107.go index d0b062a659..0554bbc8b8 100644 --- a/test/fixedbugs/bug107.go +++ b/test/fixedbugs/bug107.go @@ -6,7 +6,7 @@ package main import os "os" -type _ os.Error +type _ os.FileInfo func f() (os int) { // In the next line "os" should refer to the result variable, not // to the package.