diff --git a/test/fixedbugs/bug231.go b/test/fixedbugs/bug231.go index e11200b9c58f5189e5bf9746dcc519d23b2ccee9..91996d313c8dd3a8c0283fb44c59c8bd065cca1c 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 }