From a07841e21ebe371f7b9f45cba1e0d1a8090c58fb Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 31 Oct 2011 17:50:38 -0400 Subject: [PATCH] test: make bug107 os.Error-proof R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5306087 --- test/fixedbugs/bug107.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixedbugs/bug107.go b/test/fixedbugs/bug107.go index d0b062a6590..0554bbc8b85 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.