From: Rob Pike Date: Thu, 26 Feb 2009 00:31:42 +0000 (-0800) Subject: bug130 is fixed X-Git-Tag: weekly.2009-11-06~2136 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=88b1f8594a6053428cb28342ab8a3c86dd5c7164;p=gostls13.git bug130 is fixed R=ken OCL=25448 CL=25448 --- diff --git a/test/bugs/bug130.go b/test/fixedbugs/bug130.go similarity index 100% rename from test/bugs/bug130.go rename to test/fixedbugs/bug130.go diff --git a/test/golden.out b/test/golden.out index e251a708fd..6e2ca9a726 100644 --- a/test/golden.out +++ b/test/golden.out @@ -150,10 +150,6 @@ BUG: errchk: command succeeded unexpectedly: 6g bugs/bug125.go bugs/bug129.go:6: syscall is package, not var BUG129 -=========== bugs/bug130.go -bugs/bug130.go:14: fatal error: getoutarg: not a func * -BUG: should run - =========== bugs/bug131.go BUG: should not compile