mirror of
https://github.com/golang/go
synced 2024-11-22 10:04:42 -07:00
test: match gccgo error message for bug337.go
bug337.go:17:2: error: value computed is not used R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5094042
This commit is contained in:
parent
fd3978552b
commit
c55d0c4dd7
@ -14,6 +14,6 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
len("foo") // ERROR "len"
|
len("foo") // ERROR "len|value computed is not used"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user