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 <adonovan@google.com>
This commit is contained in:
Robert Griesemer 2015-04-08 09:29:37 -07:00
parent 48e2a5be44
commit bf8b6a5c4c
1 changed files with 0 additions and 1 deletions

View File

@ -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
)
}