From: Robert Griesemer Date: Thu, 13 Oct 2011 23:06:27 +0000 (-0700) Subject: gotype: fix build (update test) X-Git-Tag: weekly.2011-10-18~82 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=da7538c29c1f42fc729110ffb8d6376a5750dd50;p=gostls13.git gotype: fix build (update test) R=r CC=golang-dev https://golang.org/cl/5277044 --- diff --git a/src/cmd/gotype/gotype_test.go b/src/cmd/gotype/gotype_test.go index ad0bc89032..8732d4c5aa 100644 --- a/src/cmd/gotype/gotype_test.go +++ b/src/cmd/gotype/gotype_test.go @@ -39,7 +39,7 @@ var tests = []struct { {filepath.Join(runtime.GOROOT(), "src/pkg/go/token"), "scanner"}, {filepath.Join(runtime.GOROOT(), "src/pkg/go/scanner"), "scanner"}, {filepath.Join(runtime.GOROOT(), "src/pkg/go/parser"), "parser"}, - {filepath.Join(runtime.GOROOT(), "src/pkg/go/types"), "types"}, + {filepath.Join(runtime.GOROOT(), "src/pkg/exp/types"), "types"}, } func Test(t *testing.T) {