aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue20529.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue20529.go')
-rw-r--r--test/fixedbugs/issue20529.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue20529.go b/test/fixedbugs/issue20529.go
index 669064c2ea..eeaaf37358 100644
--- a/test/fixedbugs/issue20529.go
+++ b/test/fixedbugs/issue20529.go
@@ -15,7 +15,7 @@ package p
import "runtime"
-func f() { // ERROR "stack frame too large"
+func f() { // GC_ERROR "stack frame too large"
x := [][]int{1e9: []int{}}
runtime.KeepAlive(x)
}