From: Matthew Dempsky Date: Thu, 31 Aug 2017 20:35:56 +0000 (-0700) Subject: go/types: escape +build sequence to silence vet warning X-Git-Tag: go1.10beta1~1242 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f316e1a88f5f9d014468a270b39b3af6fdc3a384;p=gostls13.git go/types: escape +build sequence to silence vet warning Appease the vet builder until we figure out the ideal solution. Updates #21716. Change-Id: I64ecdf9b6efb0933c5c79e11c860966ff1980305 Reviewed-on: https://go-review.googlesource.com/60776 Run-TryBot: Matthew Dempsky Reviewed-by: Keith Randall TryBot-Result: Gobot Gobot --- diff --git a/src/go/types/hilbert_test.go b/src/go/types/hilbert_test.go index 41d1a2a7dc..9783ce6dc9 100644 --- a/src/go/types/hilbert_test.go +++ b/src/go/types/hilbert_test.go @@ -52,7 +52,7 @@ func program(n int, out string) []byte { g.p(`// Code generated by: go test -run=Hilbert -H=%d -out=%q. DO NOT EDIT. -// +build ignore +// +`+`build ignore // This program tests arbitrary precision constant arithmetic // by generating the constant elements of a Hilbert matrix H,