mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
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
This commit is contained in:
parent
161a45afdf
commit
5ddc6bd84d
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
|||
|
||||
package p
|
||||
|
||||
import "fmt" // ERROR "fmt redeclared"
|
||||
import "fmt" // ERROR "fmt redeclared|imported"
|
||||
|
||||
var _ = fmt.Printf
|
||||
|
|
Loading…
Reference in a new issue