diff --git a/go/types/stdlib_test.go b/go/types/stdlib_test.go index 86da7797..174c6cee 100644 --- a/go/types/stdlib_test.go +++ b/go/types/stdlib_test.go @@ -119,6 +119,7 @@ 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) float32 constant conversion requires (missing) Rat.Float32 ) }