diff --git a/go/types/testdata/stmt0.src b/go/types/testdata/stmt0.src index 167c9ce62dd..ba8d325b564 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