]> Cypherpunks repositories - gostls13.git/commitdiff
fixed three-way decl
authorRob Pike <r@golang.org>
Tue, 8 Jul 2008 01:07:31 +0000 (18:07 -0700)
committerRob Pike <r@golang.org>
Tue, 8 Jul 2008 01:07:31 +0000 (18:07 -0700)
SVN=126254

test/fixedbugs/bug065.go [moved from test/bugs/bug065.go with 100% similarity]
test/golden.out

similarity index 100%
rename from test/bugs/bug065.go
rename to test/fixedbugs/bug065.go
index eb99ab7a72a88e3cc1e3b541955a0b2dc2e8a269..7aca318becb5b393c1232ba4d0fe3292f76fdeb4 100644 (file)
@@ -237,11 +237,6 @@ bugs/bug064.go:15: illegal types for operand: CALL
        ({<u><int32>INT32;<v><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