diff options
| author | Alex Brainman <alex.brainman@gmail.com> | 2011-06-24 19:18:59 +1000 |
|---|---|---|
| committer | Alex Brainman <alex.brainman@gmail.com> | 2011-06-24 19:18:59 +1000 |
| commit | a39ead7ed2b92a0f22fe837500b650180bb23f33 (patch) | |
| tree | 20e0463a3f889aa33e06f3a0006260a0d967af34 /src/pkg/path/filepath/path_test.go | |
| parent | 163f70ffdc4ad635c3449a475fc3319622a8d478 (diff) | |
| download | go-a39ead7ed2b92a0f22fe837500b650180bb23f33.tar.xz | |
path/filepath: enable TestWalk to run on windows
R=golang-dev
CC=golang-dev
https://golang.org/cl/4630066
Diffstat (limited to 'src/pkg/path/filepath/path_test.go')
| -rw-r--r-- | src/pkg/path/filepath/path_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
