Index: test/fixedbugs/bug251.go |
=================================================================== |
--- a/test/fixedbugs/bug251.go |
+++ b/test/fixedbugs/bug251.go |
@@ -8,7 +8,7 @@ |
type I1 interface { |
m() I2 |
- I2 // ERROR "loop" |
+ I2 // ERROR "loop|interface" |
} |
type I2 interface { |