1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:54:43 -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:
Ian Lance Taylor 2011-03-25 15:28:53 -07:00
parent d165dc6036
commit 4cb660aad8

View File

@ -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