From bf8b6a5c4c0612bab11f36ac4968a47e97e4c5ac Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 8 Apr 2015 09:29:37 -0700 Subject: [PATCH] go/types: reenable disabled test (backport from std repo go/types) Change-Id: I93a914dcfc5bd2cfa8078cec683a46225b665e44 Reviewed-on: https://go-review.googlesource.com/8626 Reviewed-by: Alan Donovan --- 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 86290223..2e83a435 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) enable for releases 1.4 and higher ) }