diff options
-rw-r--r-- | test/fixedbugs/bug231.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug231.go b/test/fixedbugs/bug231.go index e11200b9c..91996d313 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 } |