From: Rob Pike Date: Tue, 6 Jan 2009 21:44:44 +0000 (-0800) Subject: bug020 is fixed X-Git-Tag: weekly.2009-11-06~2440 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=315033368e3bd533e81578cf1787b74b2c94d209;p=gostls13.git bug020 is fixed R=rsc DELTA=40 (18 added, 22 deleted, 0 changed) OCL=22134 CL=22139 --- diff --git a/test/bugs/bug020.go b/test/fixedbugs/bug020.go similarity index 100% rename from test/bugs/bug020.go rename to test/fixedbugs/bug020.go diff --git a/test/golden.out b/test/golden.out index 50b957f121..f1a6ad31fd 100644 --- a/test/golden.out +++ b/test/golden.out @@ -84,10 +84,6 @@ abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz =========== chan/nonblock.go PASS -=========== bugs/bug020.go -bugs/bug020.go:7: type of a structure field cannot be an open array -BUG should compile - =========== bugs/bug041.go BUG: compilation succeeds incorrectly