]> Cypherpunks repositories - gostls13.git/commitdiff
go/types: enable disabled test
authorRobert Griesemer <gri@golang.org>
Wed, 8 Apr 2015 04:03:00 +0000 (21:03 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 8 Apr 2015 04:57:16 +0000 (04:57 +0000)
Change-Id: I58de76c49de6e43befb30b2bf677934e7952b5ab
Reviewed-on: https://go-review.googlesource.com/8610
Reviewed-by: Rob Pike <r@golang.org>
src/go/types/stdlib_test.go

index fd8506d54371dc3efaaba7aa146e52659f428a55..515bbcdc58baef05fe8ca7c61c78dae3ca88f842 100644 (file)
@@ -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
        )
 }