summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-05-24 15:26:20 -0700
committerRuss Cox <rsc@golang.org>2010-05-24 15:26:20 -0700
commit2336f7b87ef7400b5da8f85efcc3c14ee6cde807 (patch)
tree03d01ec3f3e38fb8dc745940e586cee397d69ffb /test/golden.out
parentcc61d740540f56c2abd02a64d06be1070613baa8 (diff)
downloadgo-2336f7b87ef7400b5da8f85efcc3c14ee6cde807.tar.gz
fix build - forgot golden.out
R=ken2 CC=golang-dev http://codereview.appspot.com/1274042
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/golden.out b/test/golden.out
index b529d2d3f..1bed6599a 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