summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2011-03-29 06:49:21 -0700
committerIan Lance Taylor <iant@golang.org>2011-03-29 06:49:21 -0700
commit61c9d3f08a5a6798c3834972027d30a8fcd3a171 (patch)
tree50868adc5ec0fdc5a87cb39f0dfd942c45e3c005 /test/golden.out
parent469a747e02dae8c9457233be3d294aa6b93b7903 (diff)
downloadgo-git-61c9d3f08a5a6798c3834972027d30a8fcd3a171.tar.gz
test: adjust bugs/bug322 to match current spec.
R=gri, rsc1 CC=golang-dev https://golang.org/cl/4328041
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/golden.out b/test/golden.out
index cc699d4500..d8e89e866d 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -161,8 +161,7 @@ panic: interface conversion: interface is main.T, not main.T
=========== bugs/bug322.go
bugs/bug322.dir/main.go:19: implicit assignment of unexported field 'x' of lib.T in method receiver
-bugs/bug322.dir/main.go:22: implicit assignment of unexported field 'x' of lib.T in assignment
-bugs/bug322.dir/main.go:31: implicit assignment of unexported field 'x' of lib.T in method receiver
+bugs/bug322.dir/main.go:32: implicit assignment of unexported field 'x' of lib.T in method receiver
BUG: fails incorrectly
=========== bugs/bug324.go