go.tools/imports: src/pkg -> src

LGTM=crawshaw
R=crawshaw
CC=golang-codereviews
https://golang.org/cl/141260043
This commit is contained in:
Alan Donovan 2014-09-08 14:20:12 -04:00
parent 476d41c67b
commit 159879b336
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ func TestFindImportGoPath(t *testing.T) {
stdlib = nil
// Test against imaginary bits/bytes package in std lib
bytesDir := filepath.Join(goroot, "src", "pkg", "bits", "bytes")
bytesDir := filepath.Join(goroot, "src", "bits", "bytes")
if err := os.MkdirAll(bytesDir, 0755); err != nil {
t.Fatal(err)
}