Commit a39ead7e authored by Alex Brainman's avatar Alex Brainman

path/filepath: enable TestWalk to run on windows

R=golang-dev
CC=golang-dev
https://golang.org/cl/4630066
parent 163f70ff
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment