1
0
mirror of https://github.com/golang/go synced 2024-10-02 20:41:21 -06:00

cmd/dist: reenable TestDeps

It looks like I forgot to reenable this test when I fixed #21522.
Update deps.go and reenable.

Change-Id: I68a45df09b418f48d93d2e7ab1d274e056c192e6
Reviewed-on: https://go-review.googlesource.com/70050
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Russ Cox 2017-10-11 14:17:57 -04:00
parent cdbc363cb2
commit 31896332b3
2 changed files with 1 additions and 1 deletions

View File

@ -334,6 +334,7 @@ var builddeps = map[string][]string{
"container/heap", // cmd/go/internal/work
"crypto/sha256", // cmd/go/internal/work
"debug/elf", // cmd/go/internal/work
"encoding/json", // cmd/go/internal/work
"errors", // cmd/go/internal/work
"flag", // cmd/go/internal/work
"fmt", // cmd/go/internal/work

View File

@ -15,7 +15,6 @@ import (
)
func TestDeps(t *testing.T) {
t.Skip("broken - golang.org/issue/21522")
if testing.Short() && testenv.Builder() == "" {
t.Skip("skipping in short mode")
}