Commit c55d0c4d authored by Ian Lance Taylor's avatar Ian Lance Taylor

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
parent fd397855
...@@ -14,6 +14,6 @@ ...@@ -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"
} }
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