From d1184e294e64c34d6ef4ae75a6b5eb340cf792b6 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 13 Nov 2013 15:21:38 -0800 Subject: [PATCH] go.tools/go/types: fix build (I inadvertently submitted a modified file.) R=adonovan CC=golang-dev https://golang.org/cl/22750044 --- go/types/testdata/stmt0.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/types/testdata/stmt0.src b/go/types/testdata/stmt0.src index 167c9ce6..ba8d325b 100644 --- a/go/types/testdata/stmt0.src +++ b/go/types/testdata/stmt0.src @@ -53,7 +53,7 @@ func assignments1() { f -= 1 f /= 0 - f = float32(1.0)/0 + f = float32(0)/0 /* ERROR "division by zero" */ f -= "foo" /* ERROR "cannot convert.*float64" */ c *= 1