summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug081.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug081.go')
-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 8d3d538c8..026ce8002 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