diff --git a/test/fixedbugs/bug251.go b/test/fixedbugs/bug251.go index 1dc712fa7c..f6365f1e63 100644 --- a/test/fixedbugs/bug251.go +++ b/test/fixedbugs/bug251.go @@ -8,7 +8,7 @@ package main type I1 interface { m() I2 - I2 // ERROR "loop" + I2 // ERROR "loop|interface" } type I2 interface {