]> Cypherpunks repositories - gostls13.git/commitdiff
go/types: enable disabled test
authorRobert Griesemer <gri@golang.org>
Wed, 16 Sep 2015 23:53:57 +0000 (16:53 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 18 Sep 2015 16:59:29 +0000 (16:59 +0000)
Change-Id: I101e9bc722f5ba4fa9941cb544d9c276fd4c0b8c
Reviewed-on: https://go-review.googlesource.com/14651
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/testdata/issues.src

index 1e2f43b7284d707f4785f0a63091324fc44bd937..b108a2c1585044d707e8e662feaae0bdceb9a6e8 100644 (file)
@@ -17,8 +17,7 @@ func issue7035() {
 
 func issue8066() {
        const (
-               // TODO(gri) Enable test below for releases 1.4 and higher
-               // _ = float32(340282356779733661637539395458142568447)
+               _ = float32(340282356779733661637539395458142568447)
                _ = float32(340282356779733661637539395458142568448 /* ERROR cannot convert */ )
        )
 }