summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-07-27 16:59:10 -0700
committerRuss Cox <rsc@golang.org>2009-07-27 16:59:10 -0700
commitdcbadb18b7b05b7be21f16546e7e045b45eb3d12 (patch)
tree4f995f8b33a81c2002e0e1c3c7b69cf3614f0c92 /test/golden.out
parent5c891a52599ed188fdb95361f706cb13011ec08a (diff)
downloadgo-dcbadb18b7b05b7be21f16546e7e045b45eb3d12.tar.gz
multiple return in := bug
R=ken OCL=32253 CL=32253
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/golden.out b/test/golden.out
index 5c50da5a7..605a9b31a 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -235,3 +235,9 @@ fixedbugs/bug131.go:7: illegal types for operand: AS
fixedbugs/bug133.dir/bug2.go:11: undefined: bug0.T field i
fixedbugs/bug133.dir/bug2.go:11: illegal types for operand: RETURN
int
+
+=========== fixedbugs/bug175.go
+fixedbugs/bug175.go:8: use of multi func value as single value in :=
+fixedbugs/bug175.go:8: undefined: x
+fixedbugs/bug175.go:8: illegal types for operand: AS
+ (int, bool)