go.tools/go/types: exclude newly added std test (fix build)

TBR=adonovan

TBR=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/99410045
This commit is contained in:
Robert Griesemer 2014-05-20 13:27:11 -07:00
parent 65906ce503
commit 33097bf3ed
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ func TestStdTest(t *testing.T) {
testTestDir(t, filepath.Join(runtime.GOROOT(), "test"), testTestDir(t, filepath.Join(runtime.GOROOT(), "test"),
"cmplxdivide.go", // also needs file cmplxdivide1.go - ignore "cmplxdivide.go", // also needs file cmplxdivide1.go - ignore
"sigchld.go", // don't work on Windows; testTestDir should consult build tags "sigchld.go", // don't work on Windows; testTestDir should consult build tags
"float_lit2.go", // TODO(gri) 340282356779733661637539395458142568447 not representable as float32
) )
} }