1
0
mirror of https://github.com/golang/go synced 2024-09-30 20:18:33 -06:00

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

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)
}