aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue42058a.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue42058a.go')
-rw-r--r--test/fixedbugs/issue42058a.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/issue42058a.go b/test/fixedbugs/issue42058a.go
index 67751a1b0c..722f86e1ec 100644
--- a/test/fixedbugs/issue42058a.go
+++ b/test/fixedbugs/issue42058a.go
@@ -6,8 +6,8 @@
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"
type T [1 << 17]byte
-var x chan T // ERROR "channel element type too large"
+var x chan T // GC_ERROR "channel element type too large"