Commit 4cb660aa authored by Ian Lance Taylor's avatar Ian Lance Taylor

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
parent d165dc60
......@@ -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
......
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