]> Cypherpunks repositories - gostls13.git/commitdiff
gotype: fix build (update test)
authorRobert Griesemer <gri@golang.org>
Thu, 13 Oct 2011 23:06:27 +0000 (16:06 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 13 Oct 2011 23:06:27 +0000 (16:06 -0700)
R=r
CC=golang-dev
https://golang.org/cl/5277044

src/cmd/gotype/gotype_test.go

index ad0bc890322f9fbd967d7ac277b9db1fc214e179..8732d4c5aa83b7d1b47beae434fd36f267b189a9 100644 (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) {