From 5352306f1066e68985bf6f299ba0bafaee14a3fd Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 7 Jul 2008 18:07:31 -0700 Subject: [PATCH] fixed three-way decl SVN=126254 --- test/{bugs => fixedbugs}/bug065.go | 0 test/golden.out | 7 ++----- 2 files changed, 2 insertions(+), 5 deletions(-) rename test/{bugs => fixedbugs}/bug065.go (100%) 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