From da7538c29c1f42fc729110ffb8d6376a5750dd50 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 13 Oct 2011 16:06:27 -0700 Subject: [PATCH] gotype: fix build (update test) R=r CC=golang-dev https://golang.org/cl/5277044 --- src/cmd/gotype/gotype_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.0