aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug195.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug195.go')
-rw-r--r--test/fixedbugs/bug195.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug195.go b/test/fixedbugs/bug195.go
index aef7bd2d89..94f61fff7f 100644
--- a/test/fixedbugs/bug195.go
+++ b/test/fixedbugs/bug195.go
@@ -19,7 +19,7 @@ type I4 interface { // GC_ERROR "invalid recursive type I4\n\tLINE: I4 refers to
}
type I5 interface { // GC_ERROR "invalid recursive type I5\n\tLINE: I5 refers to\n\tLINE+4: I6 refers to\n\tLINE: I5$"
- I6 // GCCGO_ERROR "interface"
+ I6
}
type I6 interface {