1
0
mirror of https://github.com/golang/go synced 2024-11-12 04:00:23 -07:00

gotype: fix build (update test)

R=r
CC=golang-dev
https://golang.org/cl/5277044
This commit is contained in:
Robert Griesemer 2011-10-13 16:06:27 -07:00
parent a49b8b9875
commit da7538c29c

View File

@ -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) {