summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-07-27 17:24:07 -0700
committerRuss Cox <rsc@golang.org>2009-07-27 17:24:07 -0700
commit78f4bd9b4575bd0eb1191e6983487e4811fddfb5 (patch)
tree31d0fa06fa38e7c273bb96fc667789599c00b6e8 /test
parentdcbadb18b7b05b7be21f16546e7e045b45eb3d12 (diff)
downloadgo-78f4bd9b4575bd0eb1191e6983487e4811fddfb5.tar.gz
bug170; fix test for bug175
R=ken OCL=32255 CL=32255
Diffstat (limited to 'test')
-rw-r--r--test/fixedbugs/bug170.go (renamed from test/bugs/bug170.go)0
-rw-r--r--test/golden.out9
2 files changed, 0 insertions, 9 deletions
diff --git a/test/bugs/bug170.go b/test/fixedbugs/bug170.go
index b04e77187..b04e77187 100644
--- a/test/bugs/bug170.go
+++ b/test/fixedbugs/bug170.go
diff --git a/test/golden.out b/test/golden.out
index 605a9b31a..8f50536e0 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -109,9 +109,6 @@ BUG: should fail
=========== bugs/bug169.go
BUG: errchk: command succeeded unexpectedly
-=========== bugs/bug170.go
-BUG: errchk: command succeeded unexpectedly
-
=========== fixedbugs/bug016.go
fixedbugs/bug016.go:7: constant -3 overflows uint
@@ -235,9 +232,3 @@ 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)