From 5ff3336490bdbc8e838391978306e0e2510a81c7 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 21 Apr 2011 08:14:50 -0400 Subject: gc: correct handling of unexported method names in embedded interfaces go/types: update for export data format change reflect: require package qualifiers to match during interface check runtime: require package qualifiers to match during interface check test: fixed bug324, adapt to be silent Fixes #1550. Issue 1536 remains open. R=gri, ken2, r CC=golang-dev https://golang.org/cl/4442071 --- test/golden.out | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/golden.out') diff --git a/test/golden.out b/test/golden.out index bbe399f28c..725e8de448 100644 --- a/test/golden.out +++ b/test/golden.out @@ -166,8 +166,3 @@ panic: interface conversion: interface is main.T, not main.T bugs/bug322.dir/main.go:19: 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 -main.Implementation.private() -p.Implementation.private() -BUG: should fail -- cgit v1.2.1