summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2011-02-03 20:35:14 -0800
committerRobert Griesemer <gri@golang.org>2011-02-03 20:35:14 -0800
commita5b1de5df52a6f3d915cfc6966375b15296c93d1 (patch)
tree02428fed4e8acd8a358ab88b37ca7eeb24c2df55 /test/golden.out
parenta13b964958fbbb06816b30043129137171ab41b2 (diff)
downloadgo-a5b1de5df52a6f3d915cfc6966375b15296c93d1.tar.gz
issue 1402: added test case
R=rsc CC=golang-dev http://codereview.appspot.com/4079063 Committer: Robert Griesemer <gri@golang.org>
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 425771b4a..7883973e0 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -158,3 +158,9 @@ panic: interface conversion: interface is main.T, not main.T
== bugs/
+
+=========== 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
+BUG: fails incorrectly