From: Robert Griesemer Date: Fri, 31 Mar 2017 17:09:27 +0000 (-0700) Subject: go/types: use std "DO NOT EDIT" comment for generated hilbert test X-Git-Tag: go1.9beta1~860 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e4e1d089bea9afa1c97a9613d1f820a2e896954e;p=gostls13.git go/types: use std "DO NOT EDIT" comment for generated hilbert test For #13560. Change-Id: I884e63f89d0756ca87b8c2092b4fd8360f791a2f Reviewed-on: https://go-review.googlesource.com/39171 Run-TryBot: Robert Griesemer TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- diff --git a/src/go/types/hilbert_test.go b/src/go/types/hilbert_test.go index 3b56a8204b..916d6fdba2 100644 --- a/src/go/types/hilbert_test.go +++ b/src/go/types/hilbert_test.go @@ -50,8 +50,7 @@ func TestHilbert(t *testing.T) { func program(n int, out string) []byte { var g gen - g.p(`// WARNING: GENERATED FILE - DO NOT MODIFY MANUALLY! -// (To generate, in go/types directory: go test -run=Hilbert -H=%d -out=%q) + g.p(`// Code generated by: go test -run=Hilbert -H=%d -out=%q. DO NOT EDIT. // This program tests arbitrary precision constant arithmetic // by generating the constant elements of a Hilbert matrix H,