]> Cypherpunks repositories - gostls13.git/commitdiff
fix build - forgot golden.out
authorRuss Cox <rsc@golang.org>
Mon, 24 May 2010 22:26:20 +0000 (15:26 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 24 May 2010 22:26:20 +0000 (15:26 -0700)
R=ken2
CC=golang-dev
https://golang.org/cl/1274042

test/golden.out

index b529d2d3f1c705b1861ed24d7f8f9464302ec908..1bed6599a8d27bb8726e78d03c8984bef1bfd9da 100644 (file)
@@ -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