mirror of
https://github.com/golang/go
synced 2024-11-21 18:14:42 -07:00
test: match gccgo error messages for bug081.go.
bug081.go:9:9: error: expected type R=rsc CC=golang-dev https://golang.org/cl/4280071
This commit is contained in:
parent
d165dc6036
commit
4cb660aad8
@ -6,7 +6,7 @@
|
||||
|
||||
package main
|
||||
|
||||
const x x = 2 // ERROR "loop"
|
||||
const x x = 2 // ERROR "loop|type"
|
||||
|
||||
/*
|
||||
bug081.go:3: first constant must evaluate an expression
|
||||
|
Loading…
Reference in New Issue
Block a user