aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue22063.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue22063.go')
-rw-r--r--test/fixedbugs/issue22063.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue22063.go b/test/fixedbugs/issue22063.go
index bfdb2e0027..8d84047e07 100644
--- a/test/fixedbugs/issue22063.go
+++ b/test/fixedbugs/issue22063.go
@@ -8,7 +8,7 @@
package p
-const X = Wrong(0) // ERROR "undefined: Wrong"
+const X = Wrong(0) // ERROR "undefined: Wrong|reference to undefined name .*Wrong"
func _() {
switch interface{}(nil) {