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:
parent
a49b8b9875
commit
da7538c29c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user