Commit 77f2763a authored by Robert Griesemer's avatar Robert Griesemer

go/types: enable disabled test

Change-Id: I101e9bc722f5ba4fa9941cb544d9c276fd4c0b8c
Reviewed-on: https://go-review.googlesource.com/14651Reviewed-by: default avatarAlan Donovan <adonovan@google.com>
parent 3a80e5ba
......@@ -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 */ )
)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment