]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/go/internal/load/pkg.go
misc/cgo: move easy tests to cmd/cgo/internal
[gostls13.git] / src / cmd / go / internal / load / pkg.go
index 24f32ee8257983df327208b7d5949dca51b3ba9d..1d5c074fdcc261591c3bd0ab3c5ef6dcf526b071 100644 (file)
@@ -1851,7 +1851,7 @@ func (p *Package) load(ctx context.Context, opts PackageOpts, path string, stk *
        } else {
                p.Target = p.Internal.Build.PkgObj
                if cfg.BuildBuildmode == "shared" && p.Internal.Build.PkgTargetRoot != "" {
-                       // TODO(matloob): This shouldn't be necessary, but the misc/cgo/testshared
+                       // TODO(matloob): This shouldn't be necessary, but the cmd/cgo/internal/testshared
                        // test fails without Target set for this condition. Figure out why and
                        // fix it.
                        p.Target = filepath.Join(p.Internal.Build.PkgTargetRoot, p.ImportPath+".a")