summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug107.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug107.go')
-rw-r--r--test/fixedbugs/bug107.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug107.go b/test/fixedbugs/bug107.go
index d0b062a65..0554bbc8b 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.