mirror of
https://github.com/golang/go
synced 2024-11-22 01:14:40 -07:00
Match gccgo error messages.
bug192.go:11:5: error: redefinition of ‘fmt’ bug192.go:9:8: note: previous definition of ‘fmt’ was here R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=33780 CL=33790
This commit is contained in:
parent
c36fbdf713
commit
92ac4bff74
@ -6,6 +6,6 @@
|
||||
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
import "fmt" // GCCGO_ERROR "previous"
|
||||
|
||||
var fmt int // ERROR "redecl"
|
||||
var fmt int // ERROR "redecl|redefinition"
|
||||
|
Loading…
Reference in New Issue
Block a user