aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue42058b.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue42058b.go')
-rw-r--r--test/fixedbugs/issue42058b.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue42058b.go b/test/fixedbugs/issue42058b.go
index 03f86ee1b1..71a280f96b 100644
--- a/test/fixedbugs/issue42058b.go
+++ b/test/fixedbugs/issue42058b.go
@@ -6,7 +6,7 @@
package p
-var c chan [2 << 16]byte // ERROR "channel element type too large"
+var c chan [2 << 16]byte // GC_ERROR "channel element type too large"
func f() {
_ = 42