go.tools/go/types: enable float_lit2.go test

Pending CL 91590047 which fixes that test.

LGTM=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/91630043
This commit is contained in:
Robert Griesemer 2014-05-21 08:54:23 -07:00
parent d29843f35e
commit 11314ad3ea
1 changed files with 0 additions and 1 deletions

View File

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