]> Cypherpunks repositories - gostls13.git/commitdiff
test: match gccgo error messages for bug081.go.
authorIan Lance Taylor <iant@golang.org>
Fri, 25 Mar 2011 22:28:53 +0000 (15:28 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 25 Mar 2011 22:28:53 +0000 (15:28 -0700)
bug081.go:9:9: error: expected type

R=rsc
CC=golang-dev
https://golang.org/cl/4280071

test/fixedbugs/bug081.go

index 8d3d538c8f12dedc153fefa5a38f2fedf61ad168..026ce8002f2f5669f3088f10bed268b8ede82244 100644 (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