aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2011-03-25 15:28:53 -0700
committerIan Lance Taylor <iant@golang.org>2011-03-25 15:28:53 -0700
commit4cb660aad8c70c4c71f0020ac7a9bb17155b76ab (patch)
treef98c0e14fca0a89730bc85e9875cc6d19030c6b9
parentd165dc60363c38f8add1d4a9324138c7208d5e6a (diff)
downloadgo-4cb660aad8c70c4c71f0020ac7a9bb17155b76ab.tar.gz
go-4cb660aad8c70c4c71f0020ac7a9bb17155b76ab.zip
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
-rw-r--r--test/fixedbugs/bug081.go2
1 files changed, 1 insertions, 1 deletions
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