aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue22904.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue22904.go')
-rw-r--r--test/fixedbugs/issue22904.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue22904.go b/test/fixedbugs/issue22904.go
index 09f4a2118e..02459c6a4e 100644
--- a/test/fixedbugs/issue22904.go
+++ b/test/fixedbugs/issue22904.go
@@ -10,7 +10,7 @@
package p
type a struct{ b } // ERROR "invalid recursive type"
-type b struct{ a }
+type b struct{ a } // GCCGO_ERROR "invalid recursive type"
var x interface{}