We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33903b commit e4e1d08Copy full SHA for e4e1d08
src/go/types/hilbert_test.go
@@ -50,8 +50,7 @@ func TestHilbert(t *testing.T) {
50
func program(n int, out string) []byte {
51
var g gen
52
53
- g.p(`// WARNING: GENERATED FILE - DO NOT MODIFY MANUALLY!
54
-// (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.
55
56
// This program tests arbitrary precision constant arithmetic
57
// by generating the constant elements of a Hilbert matrix H,
0 commit comments