From: Rob Findley Date: Wed, 10 Mar 2021 16:30:24 +0000 (-0500) Subject: go/types: add missing build tag to api_go1.18_test.go X-Git-Tag: go1.17beta1~1203 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=489231111f;p=gostls13.git go/types: add missing build tag to api_go1.18_test.go This file has a go:build comment without a corresponding +build comment. Change-Id: Id01604242a14d8ead16ffb9aa1b45eef7706956a Reviewed-on: https://go-review.googlesource.com/c/go/+/300450 Trust: Robert Findley Run-TryBot: Robert Findley TryBot-Result: Go Bot Reviewed-by: Robert Griesemer --- diff --git a/src/go/types/api_go1.18_test.go b/src/go/types/api_go1.18_test.go index bbbf70581d..e60fe23201 100644 --- a/src/go/types/api_go1.18_test.go +++ b/src/go/types/api_go1.18_test.go @@ -3,6 +3,7 @@ // license that can be found in the LICENSE file. //go:build go1.18 +// +build go1.18 package types_test