diff options
| author | Brad Fitzpatrick <bradfitz@golang.org> | 2018-07-13 20:56:46 +0000 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2018-07-13 21:59:41 +0000 |
| commit | 5e60479ba4c351182838d2de2d8a8883d6b42c09 (patch) | |
| tree | d9f5fb8515d45ad83439eca987e7810915c762a4 /src | |
| parent | 3239e9d3dc7ab3df904b91ace570cc0e6be7999f (diff) | |
| download | go-5e60479ba4c351182838d2de2d8a8883d6b42c09.tar.xz | |
cmd/go: remove windows Skip in test that wasn't removed
Was supposed to be removed from CL 123757
Change-Id: I74405adab58be103f8e4a0c2405567f480a0e622
Reviewed-on: https://go-review.googlesource.com/123895
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/go/mod_test.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cmd/go/mod_test.go b/src/cmd/go/mod_test.go index 8705478dff..f3dc64cc37 100644 --- a/src/cmd/go/mod_test.go +++ b/src/cmd/go/mod_test.go @@ -12,7 +12,6 @@ import ( "os/exec" "path/filepath" "regexp" - "runtime" "sort" "strings" "testing" @@ -214,10 +213,6 @@ func TestModFindModulePath(t *testing.T) { t.Fatalf("FindModulePath = %q, %v, want %q, nil", path, err, "unexpected.com/z") } - if runtime.GOOS == "windows" { - t.Skipf("windows removeall fails") - } - // Empty dir outside GOPATH tg.must(os.MkdirAll(tg.path("gp1"), 0777)) tg.must(os.MkdirAll(tg.path("x1"), 0777)) |
