From: Robert Griesemer Date: Wed, 8 Apr 2015 04:03:00 +0000 (-0700) Subject: go/types: enable disabled test X-Git-Tag: go1.5beta1~1263 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=35599e281b1c07f0a1cd9f334a7939bd28ec537c;p=gostls13.git go/types: enable disabled test Change-Id: I58de76c49de6e43befb30b2bf677934e7952b5ab Reviewed-on: https://go-review.googlesource.com/8610 Reviewed-by: Rob Pike --- diff --git a/src/go/types/stdlib_test.go b/src/go/types/stdlib_test.go index fd8506d543..515bbcdc58 100644 --- a/src/go/types/stdlib_test.go +++ b/src/go/types/stdlib_test.go @@ -127,7 +127,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) enable for releases 1.4 and higher ) }