1
0
mirror of https://github.com/golang/go synced 2024-11-05 15:46:11 -07:00

go.tools/cmd/godoc: fix test on Plan 9

LGTM=bradfitz
R=minux.ma, bradfitz
CC=golang-codereviews
https://golang.org/cl/70610044
This commit is contained in:
David du Colombier 2014-03-02 19:34:05 +01:00
parent d503a640d7
commit ec0de5a8bc

View File

@ -36,7 +36,7 @@ var godocTests = []struct {
{
[]string{"nonexistingpkg"},
[]string{
`no such file or directory`,
`no such file or directory|does not exist`,
},
},
{