aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue7153.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue7153.go')
-rw-r--r--test/fixedbugs/issue7153.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue7153.go b/test/fixedbugs/issue7153.go
index 66b1338496..e8b95d5db8 100644
--- a/test/fixedbugs/issue7153.go
+++ b/test/fixedbugs/issue7153.go
@@ -8,4 +8,4 @@
package p
-var _ = []int{a: true, true} // ERROR "undefined: a" "cannot use true \(type untyped bool\) as type int in slice literal"
+var _ = []int{a: true, true} // ERROR "undefined: a" "cannot use true \(type untyped bool\) as type int in slice literal|undefined name .*a|incompatible type"