diff --git a/test/fixedbugs/bug231.go b/test/fixedbugs/bug231.go index e11200b9c5..91996d313c 100644 --- a/test/fixedbugs/bug231.go +++ b/test/fixedbugs/bug231.go @@ -17,6 +17,6 @@ func main() { var i I i = m - i = t // ERROR "not a method" + i = t // ERROR "not a method|has no methods" _ = i }