From 35599e281b1c07f0a1cd9f334a7939bd28ec537c Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 7 Apr 2015 21:03:00 -0700 Subject: [PATCH] go/types: enable disabled test Change-Id: I58de76c49de6e43befb30b2bf677934e7952b5ab Reviewed-on: https://go-review.googlesource.com/8610 Reviewed-by: Rob Pike --- src/go/types/stdlib_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/go/types/stdlib_test.go b/src/go/types/stdlib_test.go index fd8506d5437..515bbcdc58b 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 ) }