summaryrefslogtreecommitdiff
path: root/libgo/go/encoding/xml
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-14 22:08:42 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-14 22:08:42 +0000
commitaf6c04d9efe696876c50245e72629f3dfb888fac (patch)
treeb119ee23a08a92b43632e3c7e227b3862c869fba /libgo/go/encoding/xml
parentc6dab7d29511a186b0d0c762ffc8d4fe72dcac8c (diff)
downloadgcc-af6c04d9efe696876c50245e72629f3dfb888fac.tar.gz
libgo: Use -fgo-pkgpath.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187485 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/go/encoding/xml')
-rw-r--r--libgo/go/encoding/xml/marshal_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/encoding/xml/marshal_test.go b/libgo/go/encoding/xml/marshal_test.go
index b6978a1e65b..6f0ecfc233b 100644
--- a/libgo/go/encoding/xml/marshal_test.go
+++ b/libgo/go/encoding/xml/marshal_test.go
@@ -726,7 +726,7 @@ var marshalErrorTests = []struct {
},
{
Value: map[*Ship]bool{nil: false},
- Err: "xml: unsupported type: map[*xml.Ship]bool",
+ Err: "xml: unsupported type: map[*encoding/xml.Ship]bool",
Kind: reflect.Map,
},
{