summaryrefslogtreecommitdiff
path: root/src/pkg/go/build/deps_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/go/build/deps_test.go')
-rw-r--r--src/pkg/go/build/deps_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/go/build/deps_test.go b/src/pkg/go/build/deps_test.go
index 9a715ba60..71b1bcf06 100644
--- a/src/pkg/go/build/deps_test.go
+++ b/src/pkg/go/build/deps_test.go
@@ -47,7 +47,7 @@ var pkgDeps = map[string][]string{
"math": {"unsafe"},
"math/cmplx": {"math"},
"math/rand": {"L0", "math"},
- "sort": {"math"},
+ "sort": {},
"strconv": {"L0", "unicode/utf8", "math"},
"unicode/utf16": {},
"unicode/utf8": {},