From 0b48c8ae1c27bfcc1f5b3f611e64f47321cd18c6 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Wed, 24 Aug 2011 13:23:15 +0200 Subject: Imported Upstream version 2011.08.17 --- test/fixedbugs/bug231.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fixedbugs/bug231.go') 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 } -- cgit v1.2.3