From: Russ Cox Date: Mon, 24 May 2010 22:26:20 +0000 (-0700) Subject: fix build - forgot golden.out X-Git-Tag: weekly.2010-05-27~21 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=426fef55858dd01ad9e9ecff647b4cd8699359bb;p=gostls13.git fix build - forgot golden.out R=ken2 CC=golang-dev https://golang.org/cl/1274042 --- diff --git a/test/golden.out b/test/golden.out index b529d2d3f1..1bed6599a8 100644 --- a/test/golden.out +++ b/test/golden.out @@ -180,15 +180,3 @@ BUG: bug260 failed =========== bugs/bug274.go BUG: errchk: command succeeded unexpectedly - -=========== bugs/bug277.go -bugs/bug277.go:46: syntax error: unexpected (, expecting { -bugs/bug277.go:50: syntax error: unexpected interface -bugs/bug277.go:53: non-declaration statement outside function body -bugs/bug277.go:54: non-declaration statement outside function body -bugs/bug277.go:55: syntax error: unexpected LCHAN -bugs/bug277.go:56: syntax error: unexpected LCHAN -bugs/bug277.go:57: non-declaration statement outside function body -bugs/bug277.go:58: non-declaration statement outside function body -bugs/bug277.go:59: syntax error: unexpected } -BUG should compile