summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-01-31 18:36:28 -0500
committerRuss Cox <rsc@golang.org>2011-01-31 18:36:28 -0500
commitf9f5975990179a1d9b40965dcb7f5e992fe8043c (patch)
tree1c2455376a52b1520a6dd4eb45ac2e5dd34b3b6e /test/golden.out
parent95fa0b246b3c7b0a57ef0ba20cca22b500ed3ade (diff)
downloadgo-f9f5975990179a1d9b40965dcb7f5e992fe8043c.tar.gz
replace non-blocking send, receive syntax with select
R=golang-dev, nigeltao, niemeyer, r CC=golang-dev http://codereview.appspot.com/4079053
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/golden.out b/test/golden.out
index 83e8327a5..425771b4a 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -123,9 +123,6 @@ panic: interface conversion: *main.S is not main.I2: missing method Name
== fixedbugs/
-=========== fixedbugs/bug016.go
-fixedbugs/bug016.go:11: constant -3 overflows uint
-
=========== fixedbugs/bug027.go
hi
0 44444
@@ -148,9 +145,6 @@ inner loop top i 0
do break
broke
-=========== fixedbugs/bug081.go
-fixedbugs/bug081.go:9: typechecking loop
-
=========== fixedbugs/bug093.go
M