From: Alex Brainman Date: Fri, 24 Jun 2011 09:18:59 +0000 (+1000) Subject: path/filepath: enable TestWalk to run on windows X-Git-Tag: weekly.2011-07-07~135 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a39ead7ed2b92a0f22fe837500b650180bb23f33;p=gostls13.git path/filepath: enable TestWalk to run on windows R=golang-dev CC=golang-dev https://golang.org/cl/4630066 --- diff --git a/src/pkg/path/filepath/path_test.go b/src/pkg/path/filepath/path_test.go index 6a5dd5b00d..58c4c0301a 100644 --- a/src/pkg/path/filepath/path_test.go +++ b/src/pkg/path/filepath/path_test.go @@ -293,10 +293,6 @@ func (v *TestVisitor) VisitFile(path string, f *os.FileInfo) { } func TestWalk(t *testing.T) { - // TODO(brainman): enable test once Windows version is implemented. - if runtime.GOOS == "windows" { - return - } makeTree(t) // 1) ignore error handling, expect none