test: make bug107 os.Error-proof

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5306087
This commit is contained in:
Russ Cox 2011-10-31 17:50:38 -04:00
parent d0eaa58b5a
commit a07841e21e

View File

@ -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.