aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue21273.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue21273.go')
-rw-r--r--test/fixedbugs/issue21273.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue21273.go b/test/fixedbugs/issue21273.go
index 7a790d14b5..77a1abad9b 100644
--- a/test/fixedbugs/issue21273.go
+++ b/test/fixedbugs/issue21273.go
@@ -24,5 +24,5 @@ func g() {
func h() {
type T4 struct{ m map[T4]int } // ERROR "invalid map key"
- type _ map[T4]int // ERROR "invalid map key"
+ type _ map[T4]int // GC_ERROR "invalid map key"
}