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:
parent
d503a640d7
commit
ec0de5a8bc
|
@ -36,7 +36,7 @@ var godocTests = []struct {
|
||||||
{
|
{
|
||||||
[]string{"nonexistingpkg"},
|
[]string{"nonexistingpkg"},
|
||||||
[]string{
|
[]string{
|
||||||
`no such file or directory`,
|
`no such file or directory|does not exist`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue