From f316e1a88f5f9d014468a270b39b3af6fdc3a384 Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Thu, 31 Aug 2017 13:35:56 -0700 Subject: [PATCH] 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 --- src/go/types/hilbert_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.50.0