]> Cypherpunks repositories - gostls13.git/commitdiff
go/types: add missing build tag to api_go1.18_test.go
authorRob Findley <rfindley@google.com>
Wed, 10 Mar 2021 16:30:24 +0000 (11:30 -0500)
committerRobert Findley <rfindley@google.com>
Wed, 10 Mar 2021 17:09:54 +0000 (17:09 +0000)
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 <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/api_go1.18_test.go

index bbbf70581db42882c701ecd548b92a4c9fdb8368..e60fe232012224b578ae2f00dd18afcadbfba48b 100644 (file)
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 //go:build go1.18
+// +build go1.18
 
 package types_test