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:
Alex Brainman 2014-04-06 12:41:24 +10:00
parent 55ea531257
commit 2961704231
1 changed files with 1 additions and 1 deletions

View File

@ -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`,
}, },
}, },
{ {