From: Robert Griesemer Date: Wed, 16 Sep 2015 23:53:57 +0000 (-0700) Subject: go/types: enable disabled test X-Git-Tag: go1.6beta1~1040 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=77f2763a6336fc86ba8d9aae4cfc890e46bc6e26;p=gostls13.git go/types: enable disabled test Change-Id: I101e9bc722f5ba4fa9941cb544d9c276fd4c0b8c Reviewed-on: https://go-review.googlesource.com/14651 Reviewed-by: Alan Donovan --- diff --git a/src/go/types/testdata/issues.src b/src/go/types/testdata/issues.src index 1e2f43b728..b108a2c158 100644 --- a/src/go/types/testdata/issues.src +++ b/src/go/types/testdata/issues.src @@ -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 */ ) ) }