From 11314ad3ea96da27c9d971ef971fd632a99406d6 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 21 May 2014 08:54:23 -0700 Subject: [PATCH] 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 --- go/types/stdlib_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/go/types/stdlib_test.go b/go/types/stdlib_test.go index 940dc819cc..86da779766 100644 --- a/go/types/stdlib_test.go +++ b/go/types/stdlib_test.go @@ -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 ) }