summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/golden.out b/test/golden.out
index cc699d450..f76db3e50 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -161,9 +161,10 @@ 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
-BUG: errchk: command succeeded unexpectedly
+main.Implementation.private()
+p.Implementation.private()
+BUG: should fail