aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue23823.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue23823.go')
-rw-r--r--test/fixedbugs/issue23823.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue23823.go b/test/fixedbugs/issue23823.go
index c440c96315..067a8f1638 100644
--- a/test/fixedbugs/issue23823.go
+++ b/test/fixedbugs/issue23823.go
@@ -7,7 +7,7 @@
package p
type I1 = interface {
- I2 // GCCGO_ERROR "invalid recursive interface"
+ I2
}
// BAD: type loop should mention I1; see also #41669