diff options
Diffstat (limited to 'test/fixedbugs/bug231.go')
-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 91996d313..9500e582b 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|has no methods" + i = t // ERROR "not a method|has no methods" "does not implement I" _ = i } |