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.