go.tools/cmd/godoc: correct TestCLI match string on windows
Fixes golang/go#7707 LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/84280045
This commit is contained in:
parent
55ea531257
commit
2961704231
|
@ -42,7 +42,7 @@ var godocTests = []struct {
|
||||||
{
|
{
|
||||||
args: []string{"nonexistingpkg"},
|
args: []string{"nonexistingpkg"},
|
||||||
matches: []string{
|
matches: []string{
|
||||||
`no such file or directory|does not exist`,
|
`no such file or directory|does not exist|cannot find the file`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue