Commit a07841e2 authored by Russ Cox's avatar Russ Cox

test: make bug107 os.Error-proof

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5306087
parent d0eaa58b
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment