aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue20813.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue20813.go')
-rw-r--r--test/fixedbugs/issue20813.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue20813.go b/test/fixedbugs/issue20813.go
index b931aea592..b147a8903c 100644
--- a/test/fixedbugs/issue20813.go
+++ b/test/fixedbugs/issue20813.go
@@ -7,5 +7,5 @@
package p
func f() {
- 1 = 2 // ERROR "cannot assign to 1"
+ 1 = 2 // ERROR "cannot assign to 1|invalid left hand side"
}