Commit da7538c2 authored by Robert Griesemer's avatar Robert Griesemer

gotype: fix build (update test)

R=r
CC=golang-dev
https://golang.org/cl/5277044
parent a49b8b98
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment