Commit 5ddc6bd8 authored by Ian Lance Taylor's avatar Ian Lance Taylor

test: match gccgo error messages

fixedbugs/issue4510.dir/f2.go:7: error: 'fmt' defined as both imported name and global name
f1.go:7: note: 'fmt' imported here

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/41530044
parent 161a45af
......@@ -4,6 +4,6 @@
package p
import "fmt" // ERROR "fmt redeclared"
import "fmt" // ERROR "fmt redeclared|imported"
var _ = fmt.Printf
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