From: Rob Pike Date: Tue, 8 Jul 2008 01:07:31 +0000 (-0700) Subject: fixed three-way decl X-Git-Tag: weekly.2009-11-06~3549 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5352306f1066e68985bf6f299ba0bafaee14a3fd;p=gostls13.git fixed three-way decl SVN=126254 --- diff --git a/test/bugs/bug065.go b/test/fixedbugs/bug065.go similarity index 100% rename from test/bugs/bug065.go rename to test/fixedbugs/bug065.go diff --git a/test/golden.out b/test/golden.out index eb99ab7a72..7aca318bec 100644 --- a/test/golden.out +++ b/test/golden.out @@ -237,11 +237,6 @@ bugs/bug064.go:15: illegal types for operand: CALL ({INT32;INT32;}) BUG: compilation should succeed -=========== bugs/bug065.go -bugs/bug065.go:6: bad shape across assignment - cr=3 cl=2 - -BUG: known to fail incorrectly - =========== fixedbugs/bug000.go =========== fixedbugs/bug001.go @@ -328,3 +323,5 @@ fixedbugs/bug051.go:10: expression must be a constant =========== fixedbugs/bug058.go =========== fixedbugs/bug059.go + +=========== fixedbugs/bug065.go