From 4cb660aad8c70c4c71f0020ac7a9bb17155b76ab Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 25 Mar 2011 15:28:53 -0700 Subject: [PATCH] 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 --- test/fixedbugs/bug081.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixedbugs/bug081.go b/test/fixedbugs/bug081.go index 8d3d538c8f1..026ce8002f2 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