From: Ian Lance Taylor Date: Fri, 25 Mar 2011 22:28:53 +0000 (-0700) Subject: test: match gccgo error messages for bug081.go. X-Git-Tag: weekly.2011-03-28~23 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4cb660aad8c70c4c71f0020ac7a9bb17155b76ab;p=gostls13.git 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 --- diff --git a/test/fixedbugs/bug081.go b/test/fixedbugs/bug081.go index 8d3d538c8f..026ce8002f 100644 --- a/test/fixedbugs/bug081.go +++ b/test/fixedbugs/bug081.go @@ -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