summaryrefslogtreecommitdiff
path: root/test/stress/parsego.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/stress/parsego.go')
-rw-r--r--test/stress/parsego.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stress/parsego.go b/test/stress/parsego.go
index a781f1993..a5856dd80 100644
--- a/test/stress/parsego.go
+++ b/test/stress/parsego.go
@@ -64,7 +64,7 @@ func parseDir(dirpath string) map[string]*ast.Package {
}
func stressParseGo() {
- pkgroot := runtime.GOROOT() + "/src/pkg/"
+ pkgroot := runtime.GOROOT() + "/src/"
for {
m := make(map[string]map[string]*ast.Package)
for _, pkg := range packages {