mirror of
https://github.com/golang/go
synced 2024-11-19 16:04:48 -07:00
path/filepath: enable TestWalk to run on windows
R=golang-dev CC=golang-dev https://golang.org/cl/4630066
This commit is contained in:
parent
163f70ffdc
commit
a39ead7ed2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user