mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
test: make bug107 os.Error-proof
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5306087
This commit is contained in:
parent
d0eaa58b5a
commit
a07841e21e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue