mirror of
https://github.com/golang/go
synced 2024-11-05 15:56:12 -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:
parent
d503a640d7
commit
ec0de5a8bc
@ -36,7 +36,7 @@ var godocTests = []struct {
|
||||
{
|
||||
[]string{"nonexistingpkg"},
|
||||
[]string{
|
||||
`no such file or directory`,
|
||||
`no such file or directory|does not exist`,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user